🔥 วันนี้แอดขอชี้เป้าเครื่องมือที่ช่วยทดสอบ API นั่นก็คือ Thunder Client ซึ่งจะช่วยให้เราสามารถทดสอบ API ได้ง่ายๆ ผ่าน Visual Studio Code
.
🌈 Thunder Client เป็น GUI-based Rest Api HTTPS client คล้ายกับ Postman เลย ใช้งานง่ายมากๆ โดยมีฟีเจอร์พื้นฐานให้ใช้งานดังนี้
.
✅ ส่ง Http/Https โดยใช้ Methods GET, POST, PUT, DELETE, PATCH, HEAD และ OPTIONS.
✅ มี Tabs History, Collections และ Environment เพื่อให้สะดวกต่อการใช้งาน
✅ รองรับ Basic Auth, Bearer Token และ OAuth 2.0
✅ ส่ง Body ในรูปแบบ Text, Json, Xml, Form Data, Files และ Form-Url-Encoded
✅ มี GUI ที่เข้าใจง่าย ไม่ต้องมีความรู้ในการเขียน Script ก็สามารถใช้งานได้
.
⚡ วิธีการติดตั้งก็ง่ายแสนง่าย เพียงแค่ เปิด VSCode ขึ้นมา คลิกที่ Extention ค้นหาคำว่า “Thunder Client” แล้วคลิก install ได้เลย เมื่อติดตั้งเสร็จแล้วก็จะมีไอคอนของเจ้า Thunder Client อยู่บน side bar
.
⚡ วิธีการใช้งานเพียงแค่คลิกที่ New Request -> ใส่ Web API ที่ต้องการทดสอบ -> เลือก method -> คลิก send รอดูผลลัพธ์ก็เป็นอันเสร็จเรียบร้อย เห็นมั้ยง่ายมากกกกก !!
.
💥 ส่วนใครอยากศึกษาเพิ่มเติมเกี่ยวกับเจ้า Thunder Client สามารถกดลิงค์นี้ได้เลย >> https://github.com/rangav/thunder-client-support
.
borntoDev - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอที่ในทุกวัน
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「rest api request body」的推薦目錄:
- 關於rest api request body 在 BorntoDev Facebook 的最讚貼文
- 關於rest api request body 在 コバにゃんチャンネル Youtube 的最佳解答
- 關於rest api request body 在 大象中醫 Youtube 的最讚貼文
- 關於rest api request body 在 大象中醫 Youtube 的最讚貼文
- 關於rest api request body 在 HTTP GET with request body - Stack Overflow 的評價
- 關於rest api request body 在 Best practices for REST API design - Stack Overflow Blog 的評價
- 關於rest api request body 在 GET REST API requests with JSON body · Issue #4265 - GitHub 的評價
- 關於rest api request body 在 REST API - omitted properties in POST request - Software ... 的評價
- 關於rest api request body 在 如何在spring 實作的restful api 裡使用validation annotation 的評價
rest api request body 在 コバにゃんチャンネル Youtube 的最佳解答
rest api request body 在 大象中醫 Youtube 的最讚貼文
rest api request body 在 大象中醫 Youtube 的最讚貼文
rest api request body 在 Best practices for REST API design - Stack Overflow Blog 的推薦與評價
The POST, PUT, and DELETE endpoints all take JSON as the request body, and they all return JSON as the response, including the GET endpoint. Use ... ... <看更多>
rest api request body 在 GET REST API requests with JSON body · Issue #4265 - GitHub 的推薦與評價
Having a GET body will permit more complex API queries, looks nicer, maybe even avoid some request length problems. I got this idea trying to ... ... <看更多>
rest api request body 在 HTTP GET with request body - Stack Overflow 的推薦與評價
... <看更多>
相關內容