Twitter API with fastAPI

Python logo FastAPI

Content

  1. Forms
  2. Cookies and headers management
  3. Files edition
  4. Status codes
  5. HTTPExceptions
  6. Docstrings or documentation
  7. Deprecate code
  8. Models of users and tweets
  9. Path operations structures
  10. 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 from a course of
?
Platzi
?

GitHub

View Github