Skip to content

Commit 9bcf087

Browse files
committed
chore: add api to readme
1 parent ad1a757 commit 9bcf087

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
}
4343
```
4444

45+
## API
46+
47+
```text
48+
GET /:bucket_id - Get all requests for bucket_id
49+
DELETE /:bucket_id - Delete all requests for bucket_id
50+
any /:bucket_id/:request_id - Catch request into bucket_id
51+
```
52+
4553
## Options
4654

4755
```bash

0 commit comments

Comments
 (0)