@nrfcloud/api
v1.0.0
Published
Provides the API documentation for the nRFCloud.com REST API.
Downloads
18
Readme
nRF Cloud API

Provides the API documentation for the nRFCloud.com REST API.
:warning: This is a preview release and might be changed without notice.
API Documentation
The documentation in OpenAPI 3.0.0 format can be found here. You can open it in the Swagger API viewer to execute requests agains the API right in your browser.
JSON schema files
The response and request schemas from the API documentation are exported as JSON schema files in ./schemas
can be included in JavaScript like this:
npm i @nrfcloud/api@preview
const {schemas} = require('@nrfcloud/api')