Ability to use URL for API

The API can only be loaded using a file. It would be great if it could be read from a public file. Such as AWS, public GitHub, etc.

Hey Tatiana,

This isn’t possible because we aren’t really just rendering the OpenAPI reference. There’s so much that goes into processing the API Reference, dynamic linking and adding it to the search index.

Alternatively, you can set up a GitHub action that sends us the OpenAPI spec through our own API whenever you have a new release. See our API here: https://docs.developerhub.io/api/ref#add-reference

1 Like