Giter VIP home page Giter VIP logo

zwitscher's Introduction

zwitscher

Twitter remake for MW

API

Users:

GET /api/users = returns all users

GET /api/users/{id} = return specified user

POST /api/users = creates user from payload

POST /api/users/authenticate = authenticates user from payload

POST /api/users/{id}/follow = adds user id to following list

POST /api/users/{id}/unfollow = removes user id from following list

POST /api/users/{id}/update = updates the user with id from payload

DELETE /api/users/{id} = deletes specified user

DELETE /api/users = deletes all users

Tweets:

GET /api/tweets/{id} = returns specified tweet

GET /api/tweets = returns all tweets

GET /api/tweets/users/{id} = returns all tweets for user

GET /api/users/{id}/tweets = returns all tweets by user

POST /api/tweets = posts a tweet from payload

DELETE /api/tweets = deletes all tweets

DELETE /api/tweets/{id} = deletes specified tweet

Jobs:

POST /api/deleteTweetsJob/{tweetsToDelete} = deletes all specified tweets (JSON Array of Tweet IDs)

POST /api/deleteUsersJob/{usersToDelete} = deletes all specified users (JSON Array of User IDs)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.