solo-io / gloo-portal-issues

Public tracker for issues related to Gloo Portal
https://docs.solo.io/gloo-portal/latest/
1 stars 3 forks source link

Expose a new endpoint to download the stitched openAPI spec for an APIproduct #185

Closed bcollard closed 1 year ago

bcollard commented 2 years ago

Expose a new endpoint to download the stitched openAPI spec for an APIproduct.

Phase 2 of https://github.com/solo-io/gloo-portal-issues/issues/87

bewebi commented 1 year ago

This is already possible by making a request to /apiproducts/<namespace>.<product-name>/<version>/open_api_schema

For our Hello World example this would be /apiproducts/default.petstore-product/v1/open_api_schema

Therefore I believe there is no work to be done from a technical standpoint Please reopen the issue if additional documentation should be added and/or this endpoint is not a viable solution for whatever reason