API automation #7936
Replies: 4 comments 3 replies
-
can you give an example? like postman for API spec? |
Beta Was this translation helpful? Give feedback.
-
|
Also interested in this feature. Do we have progress in this topic? |
Beta Was this translation helpful? Give feedback.
-
|
It would be nice, if this feature included. AWS API gateway has similar feature |
Beta Was this translation helpful? Give feedback.
-
|
I think being able to reference an OpenAPI spec in Kubernetes custom resources would be a nice feature to have instead of using the adc cli manually or defining every route in the spec. A lot of potential users are used to creating their gateways based on this for example in Azure API Management or Traefik. Something like this: apiVersion: apisix.apache.org/v2alpha1
kind: ApisixRoute
metadata:
name: foo-bar-route
spec:
configMapRef:
name: foo-bar-api-spec
key: openapi.yaml
upstreams:
- name: foo-bar-upstream |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed, in routes we configured there is a possibility to export them in OpenAPI specifications and use a UI tool like swagger to import them and use it as developer portal.
Is it possible to expose the documentation regarding endpoints of services/upstream?
Is there any way to automate the exposure documentation for new endpoints we expose in service (and that service is exposed by a route in Gateway)
In Kong, there is something called 'Developer Portal', I was trying to find something similar which can help exposing developers our apis documentation in a automated fashion, but could not see anything yet :(
Beta Was this translation helpful? Give feedback.
All reactions