gods-unchained-api icon indicating copy to clipboard operation
gods-unchained-api copied to clipboard

Add OpenAPI 3.1 definitions

Open theogravity opened this issue 3 years ago • 1 comments

I made OpenAPI 3.1 definitions with documentation using Stoplight Studio.

There were some endpoints I couldn't document because they were returning 404s or some sql-related error.

Specific non-working examples include the /card/{id}, /image/{id}, and /user/{address} endpoints.

The referenced bundle is the master file as it re-uses parameters and components where possible, while the dereferenced one is for clients that cannot handle dereferencing via $ref.

theogravity avatar Jan 02 '22 02:01 theogravity

OpenAPI 3.0 definitions for this API is also on

https://github.com/theogravity/immutable-x-openapi

theogravity avatar Jan 10 '22 05:01 theogravity