You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/29 16:39:26 UTC

[GitHub] [apisix] qwxingzhe opened a new pull request #3156: docs: Add plugin list and detail acquisition interface

qwxingzhe opened a new pull request #3156:
URL: https://github.com/apache/apisix/pull/3156


   ### What this PR does / why we need it:
   <!--- Why is this change required? What problem does it solve? -->
   <!--- If it fixes an open issue, please link to the issue here. -->
   Add plugin  list and detail acquisition interface
   
   ### Pre-submission checklist:
   
   * [ ] Did you explain what problem does this PR solve? Or what new features have been added?
   * [ ] Have you added corresponding test cases?
   * [ ] Have you modified the corresponding document?
   * [ ] Is this PR backward compatible? **If it is not backward compatible, please discuss on the [mailing list](https://github.com/apache/apisix/tree/master#community) first**
   
   ![image](https://user-images.githubusercontent.com/7071651/103299392-6bf7f100-4a37-11eb-88da-e0a38c164e96.png)
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] juzhiyuan commented on a change in pull request #3156: docs: Add plugin list and detail acquisition interface

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on a change in pull request #3156:
URL: https://github.com/apache/apisix/pull/3156#discussion_r557020702



##########
File path: doc/admin-api.md
##########
@@ -716,6 +717,33 @@ Content-Type: text/plain
 
 [Back to TOC](#Table-of-Contents)
 
+## Plugin
+
+*API*:/apisix/admin/plugins/{plugin_name}
+
+*Description*: plugin
+
+> Request Methods:
+
+|Method      |Request URI|Request Body|Description        |
+|---------|-------------------------|--|------|
+|GET      |/apisix/admin/plugins/list|NULL|Fetch resource list|

Review comment:
       ok




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] qwxingzhe commented on a change in pull request #3156: docs: Add plugin list and detail acquisition interface

Posted by GitBox <gi...@apache.org>.
qwxingzhe commented on a change in pull request #3156:
URL: https://github.com/apache/apisix/pull/3156#discussion_r549902904



##########
File path: doc/admin-api.md
##########
@@ -714,16 +747,4 @@ Date: Thu, 26 Dec 2019 04:19:34 GMT
 Content-Type: text/plain
 ```
 
-[Back to TOC](#Table-of-Contents)
-
-*API*:/apisix/admin/plugins/?all=true

Review comment:
       I found it. I'll revise it




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] nic-chen commented on a change in pull request #3156: docs: Add plugin list and detail acquisition interface

Posted by GitBox <gi...@apache.org>.
nic-chen commented on a change in pull request #3156:
URL: https://github.com/apache/apisix/pull/3156#discussion_r557019033



##########
File path: doc/admin-api.md
##########
@@ -716,6 +717,33 @@ Content-Type: text/plain
 
 [Back to TOC](#Table-of-Contents)
 
+## Plugin
+
+*API*:/apisix/admin/plugins/{plugin_name}
+
+*Description*: plugin
+
+> Request Methods:
+
+|Method      |Request URI|Request Body|Description        |
+|---------|-------------------------|--|------|
+|GET      |/apisix/admin/plugins/list|NULL|Fetch resource list|

Review comment:
       sure
   `/apisix/admin/plugins` returns plugin name list like this.
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander merged pull request #3156: docs: Add plugin list and detail acquisition interface

Posted by GitBox <gi...@apache.org>.
spacewander merged pull request #3156:
URL: https://github.com/apache/apisix/pull/3156


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on a change in pull request #3156: docs: Add plugin list and detail acquisition interface

Posted by GitBox <gi...@apache.org>.
spacewander commented on a change in pull request #3156:
URL: https://github.com/apache/apisix/pull/3156#discussion_r549902145



##########
File path: doc/admin-api.md
##########
@@ -714,16 +747,4 @@ Date: Thu, 26 Dec 2019 04:19:34 GMT
 Content-Type: text/plain
 ```
 
-[Back to TOC](#Table-of-Contents)
-
-*API*:/apisix/admin/plugins/?all=true

Review comment:
       The documentation show the behavior of the master branch code, not the release version. We are planning to maintain different documentation for different release in their branches. Anyway, the master branch of documentation should be corresponding with the master branch of code.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] juzhiyuan commented on a change in pull request #3156: docs: Add plugin list and detail acquisition interface

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on a change in pull request #3156:
URL: https://github.com/apache/apisix/pull/3156#discussion_r557016802



##########
File path: doc/admin-api.md
##########
@@ -716,6 +717,33 @@ Content-Type: text/plain
 
 [Back to TOC](#Table-of-Contents)
 
+## Plugin
+
+*API*:/apisix/admin/plugins/{plugin_name}
+
+*Description*: plugin
+
+> Request Methods:
+
+|Method      |Request URI|Request Body|Description        |
+|---------|-------------------------|--|------|
+|GET      |/apisix/admin/plugins/list|NULL|Fetch resource list|

Review comment:
       @nic-chen @starsz Does manager-api supports this feature?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org