API client configuration
REST client specific configuration
Add an error interceptor
TODO: [bfcli] Add unit test for error interceptor registration. TODO: [bfcli] Add integration test for error handling flow. TODO: [bfcli] Add OpenAPI doc for interceptor usage (if exposed). TODO: [bfcli] Add error handling for invalid interceptors.
Add a request interceptor
TODO: [bfcli] Add unit test for request interceptor registration. TODO: [bfcli] Add integration test for interceptor execution order. TODO: [bfcli] Add OpenAPI doc for interceptor usage (if exposed). TODO: [bfcli] Add error handling for invalid interceptors.
Add a response interceptor
TODO: [bfcli] Add unit test for response interceptor registration. TODO: [bfcli] Add integration test for response transformation. TODO: [bfcli] Add OpenAPI doc for interceptor usage (if exposed). TODO: [bfcli] Add error handling for invalid interceptors.
Get a Drupal node by UUID (JSON:API)
Make a GET request with query parameters
Request path
Query parameters
Request options
Promise resolving to the response
Make a POST request with form data
Request path
Form data
Request options
Promise resolving to the response
Make a PUT request with form data
Request path
Form data
Request options
Promise resolving to the response
Make a request with query parameters
Request path
HTTP method
Query parameters
Request options
Promise resolving to the response
Summarize content using LLM, returns JSON:API summary
Update a Drupal node (JSON:API)
Generated using TypeDoc
Create a new REST client