userRequest(method, endpoint, body)
Make an authorized request for a logged in user.
| Name | Type | Required | Description |
|---|---|---|---|
method |
string | yes | HTTP method (GET, POST, etc). |
endpoint |
string | yes | Relative API endpoint. |
body |
object | no | JSON payload for write requests. |
Promise<object>
No additional runtime notes yet.
No additional details yet.