📜  api 请求工具 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:30.536000             🧑  作者: Mango

代码示例1
Tools to send API request
Postman -- Desktop client tool
Curl -- Command line client tool
RestAssured -- Java client library
SoapUI -- Desktop client tool

A lot of API documentation provide curl
command for example when we run the request and
Postman can easily import curl command without you
manually typing the whole part of the request.