event-catalog / generator-openapi

OpenAPI generator for EventCatalog
Other
5 stars 1 forks source link

Support`url` in `path` #37

Open boyney123 opened 1 month ago

boyney123 commented 1 month ago

Use Case

Add ability to fetch OpenAPI files using a url as the path value not just file systems.

Proposed Solution

Fetch OpenAPI files from a URL if the path is URL.

Implementation Notes

Might need to consider GitHub keys etc, if they are required (If GitHub url for example).

Community Notes