Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ydv-ankit/chatting-server


https://github.com/ydv-ankit/chatting-server

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

## -> User APIs
route | method | description |
| ----------- | ----------- | ----------- |
| `/api/users/get/all` | ***GET*** | get all users
| `/api/users/:id` | ***GET*** | get user by id
| `/api/users/create` | ***POST*** | create new user
| `/api/users/:id` | ***PUT*** | update user details
| `/api/users/:id` | ***DELETE*** | delete a user