We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbd018 commit 312fa77Copy full SHA for 312fa77
1 file changed
docs/usage/index.md
@@ -29,6 +29,7 @@ This will send `Hello, World!` to `<to>` from `<from>`.
29
| Bearer Auth | Add `Authorization: Bearer API_TOKEN` to headers |
30
| Basic Auth | Add `Authorization: Basic BASE64_STRING` (`api:API_TOKEN`) |
31
| Query Auth | Append `@authorization=API_TOKEN` to request URL |
32
+| Path Auth | Prepend request path with `/auth=API_TOKEN/` |
33
| Body Auth | Set `auth` to `API_TOKEN` in the request body |
34
35
Example:
0 commit comments