# 7.เรียก Web API ผ่าน Postman

💬 หลังจากที่เราได้ลองเรียก Web API ของเราไปบ้างละ ในบางครั้งเราจะสังเกตุเห็นว่าตัว API บางตัวเราจะไม่สามารถเรียกมันตรงๆผ่าน web browser ได้ เช่น POST, PUT, DELETE (นี่มันเกือบทั้งหมดเลยนิหว่า) ดังนั้นในบทนี้เราจะลองใช้ tool ที่ชื่อว่า **Postman** มาลองเรียก API เหล่านั้นกัน

{% embed url="<https://www.youtube.com/watch?v=keHlcmC4yP8&list=PLUjAn8nwWniheN3OLy6i7xu1VYq4Tzj7p&index=7>" %}

## 🎯 สรุปสั้นๆ

### 👨‍🚀 Tools ที่ใช้ในการจัดการกับเว็บต่างๆ

1. [Postman](https://www.getpostman.com/)
2. [Fiddler](https://www.telerik.com/fiddler) (ตัวนี้ไม่ได้อยู่ในวีดีโอแต่ผมใช้บ่อยมากเลยอยากแนะนำอีกตัวครับ)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.saladpuk.com/web/web-api-101/postman.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
