Skip to content

eric-el-tan/restful-web-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started With RESTful API

Playing around RESTful API

Social Media Application

User -> Posts (1-M)

  • Retrieve all Users - GET /users

  • Create a User - POST /users

  • Retrieve one User - GET /users/{id} -> /users/1

  • Delete a User - DELETE /users/{id} -> /user/1

  • Retrieve all posts for a User - GET /users/1/posts

  • Create a posts for a User - POST /users/1/posts

  • Retrieve details of a post - GET /users/{id}/post/{post_id}

add validations, internationalis, exception handling, versioning, content negotiation, documentation, hateoas, how to monitor

Some links for more in depth learning

Hands on / interactive learning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages