Skip to content

Repository files navigation

API for a database

GET

/users - returns all users /user/(id) - returns a user with that id

POST

/users/ - adds a new user

Body:

{
    "name": "name"
}

PUT

/user/(id) - updates the user with that id

Body:

{
    "name": "name"
}

DELETE

/user/(id) - deletes the user with that id

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages