You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: