You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenAPI specification really opens up a lot of opportunities that need some further exploring.
At a high level, we should:
Ensure our OpenAPI spec accurately reflects our current REST API for the realtime service
Later we can consider extending this to our new provisioning API
Start defining AsyncAPI specs for our endpoints that support open protocols
Extend both of these to the Hub and API Streamer so that specs are auto-generated for customers, consumers can use these specs to explore and consume APIs using open protocols, and we can contribute back to AsyncAPI potentially as we use it more
Insomnia https://insomnia.rest/ is a great OpenAPI development tool, possibly better than postman, but not really relevant to what we're doing sadly given it's not a documenter / runs on the web.
The text was updated successfully, but these errors were encountered:
The OpenAPI specification really opens up a lot of opportunities that need some further exploring.
At a high level, we should:
Some related projects (some of these come from https://openapi.tools/)
Documenting the API
Testing the API
Other
The text was updated successfully, but these errors were encountered: