Apigee is one of the most famous api managers in the world. Apigee uses “APi Proxies” as a based for APIs. Each APi Proxy has a proxy endpoint and target endpoint, working as a workflow motor.
Apigee need to convert the openapi to workflows for each operation and then, apply some policies as security policies.
Stages for apiops in apigee
To do a best apiops life of cycle, you APIquality defines the next steps:
Openapi2apigee: Generates the workflows from openapi
Apigee-templater: Allows generate common policies for API Proxy
apigeelint: Lints the api proxy syntaxis
apigeecli: Allows to import in apigee
Do you want to develop easily the apiops life of cycle with Apigee?