iT邦幫忙

0

開發API介接,不可不知道curlconverter這個佛系網站

  • 分享至 

  • xImage
  •  

連結點我:curlConverter

一般的 swagger 文件在執行 post、put、patch、delete 後,都會顯示一段 curl 指令。
https://ithelp.ithome.com.tw/upload/images/20230714/20109107gNIC1TLc8w.png
上述範例是 post 資料對應的 curl:

curl -X 'POST' \
  'http://localhost:8080/userapi/addUser' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "account": "Darwin",
  "password": "123456"
}'

接下來直接將上述指令貼到 curl command 中,並指定你要的程式語言,就會產出對應的程式碼。
https://ithelp.ithome.com.tw/upload/images/20230714/20109107UbU37erhd4.png
以 Java 需求為例,就看自己對 HttpClient、HttpURLConnection、jsoup、OkHttp 哪種類別上手,就產出對應的程式碼。

/images/emoticon/emoticon12.gif


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言