Skip to content

abenzaggagh/Fitness-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitness REST API

Users

Show Users or Add a new User

Returns json data about a all users or the new added user.

  • URL /api/users

  • Method: GET | POST

  • URL Params

    Required: firstName=[String] lastName=[String] gender=[String] birthday=[Date] email=[String] password=[String]

Show, Update or Delete a User

Returns json data about the new or updated user or message if the user has been deleted.

  • URL /api/users/:userID

  • Method: GET | PUT | DELETE

About

Fitness REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published