Would it be possible to add an OpenAPI Specification for the ICDx API?
The OpenAPI Specification: a broadly adopted industry standard for describing modern APIs.
- https://www.openapis.org/
- https://github.com/OAI/OpenAPI-Specification
- https://swagger.io/docs/specification/about/
A Swagger definition would allow for much easier integration.
This would allow for quicker and easier API Documentation.
You could automate clients, for example PowerShell cmdlets using AutoRest.
You could generate a Postman Collection. (see Idea)