Introducing Woosmap OpenAPI Description

Hey There,
Today, we’re excited to announce an improvement to how developers can interact with the Woosmap API. We have open sourced an OpenAPI description of the Woosmap APIs.

What is OpenAPI

From the OpenAPI Specification:

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. Similar to what interface descriptions have done for lower-level programming, the OpenAPI Specification removes guesswork in calling a service.

Try it Out

The Woosmap OpenAPI description contains more than 30 operations exposed in our API.
For visual exploration of the API and ease of testing, you can either go to the Woosmap API Reference Doc or load the description as a Postman Collection:

Run in Postman
The description can be used to generate mock servers, test suites, and bindings for your preferred programming language.

Give Feedback

If you have feedback on the descriptions or have found a mismatch between the behavior that is described in this repo and the runtime behavior of the API, please open an issue.