Twitter API with fastAPI
Content
- Forms
- Cookies and headers management
- Files edition
- Status codes
- HTTPExceptions
- Docstrings or documentation
- Deprecate code
- Models of users and tweets
- Path operations structures
- Manage users and tweets information with:
- Post (Register/Login a user)
- Get (All users/tweets or especific user/tweet)
- Put (Update a user/tweet)
- Delete (A user or a tweet)
Description
This is an API that tries to emulate the behaviour of Twitter´s backend using fastAPI on Python
This was made by Juan Di Pasquo from a course of