Hi,
Ruby developer here. I had a look at the GitHub repos andI do not see a API SDK for Ruby.
It is extremely tedious work extracting information from the (very comprehensive and nice) human readable docs to manually type the specification for an API client.
Is there a machine readable API specification I can use to create my own HTTP API client library ?
I am thinking about something like the OpenAPI standard format that I can use tools like Swagger to generate client code.
Or does the web API support HyperMedia for API discovery ?
In a pinch, any machine readable file format would beat trying to scrape the APIs documentation pages.
Thanks
-gf-