-
Notifications
You must be signed in to change notification settings - Fork 1.6k
API
Simon Bartlett edited this page Feb 7, 2015
·
4 revisions
Lets Chat provides a REST-like API
- Authentication
- Rooms
GET /rooms
GET /rooms/:room
POST /rooms
PUT /rooms/:room
DELETE /rooms/:room
GET /rooms/:room/users
- Messages
GET /messages
POST /messages
GET /rooms/:room/messages
POST /rooms/:room/messages
- Files
GET /files
GET /rooms/:room/files
- Users
GET /users
GET /users/:user
- Account
GET /account