SpatioTemporal Open Research Manager Web Service OpenAPI 3.0 specification.
- api: Storm WS Specification using OpenAPI 3.0;
- example: Insomnia-based example of using the implementation of the specification provided by the Storm WS package.
The build system for the REST API documentation relies on the Node.js run-time environment:
If you have Node.js installed, please, execute the following command to install the ReDoc dependency:
$ npm install
After that, generate the documentation:
$ npm run build
The above command will create a folder named dist
with the bundled file index.html. You may open it in your web browser or may serve it with an HTTP Server.
For Python developers, you can serve the HTML with:
python3.8 -m http.server 8080 --directory dist
Copyright (C) 2021 INPE.
SpatioTemporal Open Research Manager Web Service is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details.