frappe_api
Call Frappe REST API endpoints to perform CRUD operations and manage site data using configured token authentication.
Instructions
Call any Frappe REST API endpoint via /api using configured token authentication.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | GET | |
| path | Yes | API path under /api, e.g. /resource/ToDo | |
| query | No | Query string values | |
| body | No | JSON request body | |
| headers | No | Additional request headers |