Previous posts:
Building a Twitter Clone with Django REST Framework – I
Building a Twitter Clone with Django REST Framework – II
In this post, let’s put some of the APIs to use:
- Create a new user using the ‘signup’ API end point
- Login to the application
- Login with wrong credentials
- Get all the followers
- Creating a tweet:
- Get the user’s Paginated timeline
- Like a tweet:
- Search for a tweet:
Pingback: Building a Twitter Clone with Django REST Framework – II – Reverie