Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Support for openApi 3 in Google Cloud Endpoints [closed]

As cited in the documentation, "Google Cloud Endpoints supports APIs that are described using version 2.0 of the OpenAPI Specification." Are there any plans to support version 3.0 ?

like image 461
Emile Avatar asked Feb 05 '23 00:02

Emile


2 Answers

Cloud Support here! As per documentation Cloud Endpoints support OpenAPI version 2.0.

I filed a feature request for a support of version 3.0. You can follow for the updates here.

like image 198
komarkovich Avatar answered Feb 13 '23 05:02

komarkovich


Until GCP supports version 3, you could use something like apimatic.io to convert openapi v3 files to swagger (openapi 2) format.

like image 45
Peter W Avatar answered Feb 13 '23 06:02

Peter W