Specification files
OMS REST API reference hiện có 48 HTTP operations.
Dùng với AI tools
Đưa OpenAPI file cho model kèm instruction này:Checklist cho client
- Tìm operation theo method hoặc path.
- Đọc toàn bộ path, query, header và body parameters.
- Build request từ typed fields; tránh tự nối string nếu có structured client.
- Parse success response theo schema đã document.
- Parse error response defensive vì error payload có thể khác nhau theo điểm fail.

