OpenAPI document for Hudu API
complete
J
Jake T.
As a programmer, the current API documentation is great to read, but tedious to navigate and implement. The adoption of an OpenAPI version of the current documentation would greatly aid in adoption and development of third-party tools using the API.
The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for HTTP APIs, which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic.
Use cases for machine-readable API definition documents include, but are not limited to: interactive documentation; code generation for documentation, clients, and servers; and automation of test cases. OpenAPI documents describe an APIs services and are represented in either YAML or JSON formats. These documents may either be produced and served statically or be generated dynamically from an application.
The Hudu Team
complete
Hudu implements Swagger Docs with OpenAPI as of 2.24 :)