Skip to content

Commit 312fa77

Browse files
authored
docs: Path Auth (#171)
1 parent 7bbd018 commit 312fa77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/usage/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This will send `Hello, World!` to `<to>` from `<from>`.
2929
| Bearer Auth | Add `Authorization: Bearer API_TOKEN` to headers |
3030
| Basic Auth | Add `Authorization: Basic BASE64_STRING` (`api:API_TOKEN`) |
3131
| Query Auth | Append `@authorization=API_TOKEN` to request URL |
32+
| Path Auth | Prepend request path with `/auth=API_TOKEN/` |
3233
| Body Auth | Set `auth` to `API_TOKEN` in the request body |
3334

3435
Example:

0 commit comments

Comments
 (0)