package
0.0.0-20191216174128-cdd45d832fb1
Repository: https://github.com/akrantz01/apcsp.git
Documentation: pkg.go.dev
# README
APIs
These are the different APIs that each handle a separate portion of the app.
Types of APIs
- Authentication
- User login/logout
- Modification of user account
- Validates authentication tokens
- Users
- Register a user
- Modify a user's information
- Search for users by username
- Chats
- Create a chat with specified users
- Manage users in a chat
- Delete a chat
- Messages
- Send messages to a chat
- Receive message from a chat
- Modify a message in a chat
- Files
- Upload a file for a message
- Download a file from a message
- WebSockets
- Send a message in real-time
- Get notified of a message in real-time
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author