docs: 📝 add exposed urls to readme
This commit is contained in:
parent
2ebb0b165d
commit
9c05121690
1 changed files with 22 additions and 0 deletions
22
README.md
22
README.md
|
@ -1,2 +1,24 @@
|
|||
[](https://github.com/Acapair/acapair_follow_ban_api/actions/workflows/rust.yml)
|
||||
# Acapair Follow Ban API
|
||||
|
||||
|
||||
## Exposed URLs
|
||||
Alive Ping: "/"
|
||||
|
||||
Create User: "/create/:username"
|
||||
|
||||
Delete User: "/delete/:username"
|
||||
|
||||
Search User By Username: "/search-username/:username"
|
||||
|
||||
Search User By ID: "/search-id/:id"
|
||||
|
||||
Change Username: "/change-username/:username/:updated_username
|
||||
|
||||
Follow User: "/follow/:follower/:followed"
|
||||
|
||||
Unfollow User: "/unfollow/:follower/:followed"
|
||||
|
||||
Ban User: "/ban/:victim/:judge"
|
||||
|
||||
Unban User: "/unban/:victim/:judge"
|
Loading…
Add table
Add a link
Reference in a new issue