| # |
| # Licensed to the Apache Software Foundation (ASF) under one or more |
| # contributor license agreements. See the NOTICE file distributed with |
| # this work for additional information regarding copyright ownership. |
| # The ASF licenses this file to You under the Apache License, Version 2.0 |
| # (the "License"); you may not use this file except in compliance with |
| # the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # |
| |
| # if you debug api, replace your own token |
| |
| ### plugin-handle list by page |
| GET http://localhost:9095/plugin-handle?currentPage=1&pageSize=140 |
| Accept: application/json |
| Content-Type: application/json |
| X-Access-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTmFtZSI6ImFkbWluIiwiZXhwIjoxNjQ3MzUwMjk0fQ.xbWIp3vkSUmOSZD9qIYT_YSunQSJSCKGqYUq4gVmnVw |
| |
| ### plugin-handle list |
| GET http://localhost:9095/plugin-handle/all/1/1 |
| Accept: application/json |
| Content-Type: application/json |
| X-Access-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTmFtZSI6ImFkbWluIiwiZXhwIjoxNjQ3MzUwMjk0fQ.xbWIp3vkSUmOSZD9qIYT_YSunQSJSCKGqYUq4gVmnVw |
| |
| ### plugin-handle get |
| GET http://localhost:9095/plugin-handle/1503363718753005571 |
| Accept: application/json |
| Content-Type: application/json |
| X-Access-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTmFtZSI6ImFkbWluIiwiZXhwIjoxNjQ3MzUwMjk0fQ.xbWIp3vkSUmOSZD9qIYT_YSunQSJSCKGqYUq4gVmnVw |
| |
| ### create |
| POST http://localhost:9095/plugin-handle |
| Accept: application/json |
| Content-Type: application/json |
| X-Access-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTmFtZSI6ImFkbWluIiwiZXhwIjoxNjQ3MzUwMjk0fQ.xbWIp3vkSUmOSZD9qIYT_YSunQSJSCKGqYUq4gVmnVw |
| |
| { |
| |
| "pluginId": "test-create-plugin-handle", |
| "field": "test-create-plugin-handle", |
| "dataType": 100 |
| } |
| |
| ### update |
| PUT http://localhost:9095/plugin-handle/1503364631588745216 |
| Accept: application/json |
| Content-Type: application/json |
| X-Access-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTmFtZSI6ImFkbWluIiwiZXhwIjoxNjQ3MzUwMjk0fQ.xbWIp3vkSUmOSZD9qIYT_YSunQSJSCKGqYUq4gVmnVw |
| |
| { |
| |
| "pluginId": "test-update-plugin-handle", |
| "field": "test-update-plugin-handle", |
| "dataType": 100 |
| } |
| |
| ### delete |
| DELETE http://localhost:9095/plugin-handle/batch |
| Accept: application/json |
| Content-Type: application/json |
| X-Access-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTmFtZSI6ImFkbWluIiwiZXhwIjoxNjQ3MzUwMjk0fQ.xbWIp3vkSUmOSZD9qIYT_YSunQSJSCKGqYUq4gVmnVw |
| |
| [ |
| "1503021118890123264" |
| ] |