You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `api-party:resolve` | `id, endpoint` | Called during module initialization for each configured endpoint. Can be used to modify the endpoint configuration.
14
+
15
+
## Runtime Hooks
16
+
17
+
Register these hooks with a client plugin.
18
+
19
+
| Hook name | Arguments | Description
20
+
| -------------------- | ---------- | -----------
21
+
| `api-party:request` | `ctx` | Called before each request is made. Can be used to log or modify the request.
22
+
| `api-party:response` | `ctx` | Called after each request is made. Can be used to log or modify the response.
0 commit comments