splitwise / api-docs

API documentation for the Splitwise API.
http://dev.splitwise.com
29 stars 16 forks source link

OpenAPI specification URL #67

Open mtrocadomoreira opened 1 year ago

mtrocadomoreira commented 1 year ago

I'm trying to build an app in Retool that uses the Splitwise API directly as a resource. However, to set up an OpenAPI resource on Retool, there should be a URL that links directly to the specification file (swagger.json in this case) so that Retool can interpret it.

This URL should have the form https://dev.splitwise.com/swagger.json, for example. I think this can be set up easily with Redoc: see the "globally exposed Redoc object" option in step 3 of this Redoc guide.