Re: [DISCUSS] Publish our Admin API on an API management platform such as Postman

2022-02-27 Thread Bozhong Yu
I agree. If there is a tool that can easily import and export, it will greatly improve the experience of using APISIX. Yong Qian 于2022年2月25日周五 15:13写道: > I agree with you! > > I hadn't thought before that I could use a solution like Swagger UI. And > if we use the standard OpenAPI, we can easily

Re: [DISCUSS] Publish our Admin API on an API management platform such as Postman

2022-02-24 Thread Yong Qian
I agree with you! I hadn't thought before that I could use a solution like Swagger UI. And if we use the standard OpenAPI, we can easily import to the API management platform, which is more flexible. On 2/25/22 14:52, Navendu Pottekkat wrote: Hi, Another solution would be to use something l

??????[DISCUSS] Publish our Admin API on an API management platform such as Postman

2022-02-24 Thread ????
HI   In cases where i am not familiar with apisix, i prefer to read the documentation because it gives a detailed description of the operation -- -- ??:

Re: [DISCUSS] Publish our Admin API on an API management platform such as Postman

2022-02-24 Thread Navendu Pottekkat
Hi, Another solution would be to use something like Swagger UI for interactive API documentation. I suggest this because I saw a proposal to move to the Open API spec with Swagger. Swagger can automatically generate docs from code and it will be easy to

[DISCUSS] Publish our Admin API on an API management platform such as Postman

2022-02-24 Thread Yong Qian
Hello Everyone, APISIX provides a standard REST API for operating the gateway configuration. New users can follow the sample API request given in the documentation to experience how to use APISIX Admin API for the first time. And currently our documentation mainly uses curl for API request de