Skip to content

xandrox/tweetit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST-API Beschreibung

Create a User

curl http://localhost:8080/tweetit.server/rest/users/fpoATadorsys.de --request PUT --data "{\"nickname\":\"francis\" }" -H Content-Type:application/json
curl http://localhost:8080/tweetit.server/rest/users/ssoATadorsys.de --request PUT --data "{\"nickname\":\"sandro\" }" -H Content-Type:application/json

Add a follower

curl http://localhost:8080/tweetit.server/rest/users/fpoATadorsys.de/followers/ssoATadorsys.de --request PUT

Show following tweets

curl http://localhost:8080/tweetit.server/rest/users/fpoATadorsys.de/tweets

Show my postings

curl http://localhost:8080/tweetit.server/rest/users/fpoATadorsys.de/my-tweets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages