I’m working on upgrading all my connections from Api to Api2 and I was faced again with this issue
My solution was to copy the entire schema text and embed it inside my connections. I assume that Api2 being Open Api shouldn’t see frequent changes such that it becomes a chore to update the schema – but it would still be a relief to hear that from you.
Also, are there any plans to either:
make an updated schema publicly accessible, or
create a path for the schema within Api2 so it’s retrieved using the Api key?
The schema is publicly accessible via https://manager.readme.io/reference but eventually I’ll make that page be shown within Manager itself so it doesn’t depend on 3rd-party URL.
It can be accessed without api key. There are no secrets in it. When you navigate to ~/api2, you will get schema in JSON format.