Is it possible to use json or yaml as proxy files in apigee project? I see only xml is used
Hello @gungorr ,
An API proxy is a bundle of XML configuration files, which can be created using an Open API specification file (JSON or YAML format). Additionally, you can add supported resources files that could be attached to policies.
For example, the policy OASValidation validates an incoming request or response message against an OpenAPI 3.0 Specification, using JSON or YAML format.
Please find in this documentation a summary of the resource types that you can use.
Thank you!
There's also a great tool to templatize the proxies from JSON or YAML, check it out here - https://github.com/apigee/apigee-go-gen.
ya, this is a pretty nifty tool.