Twit API
An API for a tweet like application. It has the following features.
- Users can create accounts
- Users can follow and unfollow each other
- Users can make a tweet which can contain text (compulsory) and image(optional)
- Users can see tweets from the users they follow on newsfeed
- Users can view & update their profile
- Users can retrieve and delete their own tweets
Images uploaded are hosted on Cloudinary
The profile view and newsfeed of each user are cached for 15 minutes using REDIS.
Contact Support:
Email: fayemibolu2@gmail.com
AUTHORIZATIONBearer Token
Token
Welcome
GETApi Welcome
http://twit-fleet.herokuapp.com/
Welcome Api response.
api/v1
The first version of Twit Api
AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionTwit API
Loading