@nrfcloud/api

Provides the API documentation for the nRFCloud.com REST API.

Usage no npm install needed!

<script type="module">
  import nrfcloudApi from 'https://cdn.skypack.dev/@nrfcloud/api';
</script>

README

nRF Cloud API API v1.0.0-preview.1 Swagger UI

Build Status npm preview version
Greenkeeper badge semantic-release Commitizen friendly Standard - JavaScript Style Guide

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')