Plate API now also available in OpenAPI Specification (OAS)
As of this week, the API is also available in the OpenApi specification. This specification is a standard, language-independent interface for RESTful APIs. This update has the following 3 benefits:
- Documentation of the API is in a standardized format, making it easier for developers to read.
- Documentation is more up to date because it is generated from Plate.
- You can generate clients in whatever language you want, using openapi generator, for example.
You can access Plate's Open API specifications through this link.