EExcel 丞燕快速查詢2

EExcel 丞燕快速查詢2
EExcel 丞燕快速查詢2 https://sandk.ffbizs.com/
顯示具有 restclient 標籤的文章。 顯示所有文章
顯示具有 restclient 標籤的文章。 顯示所有文章

insomnia

Auth Bearer

Enviornment


{
	"token": "Bearer **Response -> Body Attribute**",
}
At Bearer -> Token -> "type Response, wait then"

Attribute: choose Body Attribute with $.access_token

Request:choose real login url

Filter (JSONPath or XPath):$.access_token

More detail need to see other website tech.

nodexjs expressjs ajv apidoc converter generator restclient curl postman

ajv schema to apidoc schema
https://github.com/willfarrell/apidoc-plugin-schema

required can't product doc.


converter
https://github.com/apidoc/apidoc#converter

to swagger
https://github.com/fsbahman/apidoc-swagger

postman collection to apidoc
https://github.com/bonzzy/docmaster

RestClient -> curl -> postman