cablelabs / lpwanserver

LPWAN Provisioning & Management Server
https://lpwanserver.com
Apache License 2.0
39 stars 11 forks source link

Issue 333 #368

Closed rhythnic closed 4 years ago

rhythnic commented 4 years ago

What does this PR do?

Do you have any concerns with this PR?

Using basic auth on network integrations assumes that all networks support providing auth headers. If not, can pivot to put apiKey in the url.

How can the reviewer verify this PR?

npm install
npm run openapi:serve

Then view localhost:5000 to see API docs

Any background context you want to provide?

No

Screenshots or logs (if appropriate)

Questions:

rhythnic commented 4 years ago

This PR specifies an API that is not yet implemented in full, so tests will fail until the implementation matches the API.