Not 100% sure if this is the correct forum to post this in but here it is nonetheless.
Looking through the API docs in the wiki I was wondering if there's any standardized format available that I can use to build out an API client.
Lots of apps use Swagger or ReDoc for documentation lately which is backed by an OpenAPI spec that gives some schemas for request arguments and response bodies that make it super easy to build out a client.
Is there something like this available right now, and if not is there any plan for something to be added in the future?