Building a Twitter Clone with Django REST Framework – III

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:
Advertisement

One thought on “Building a Twitter Clone with Django REST Framework – III

  1. Pingback: Building a Twitter Clone with Django REST Framework – II – Reverie

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s