Skip to content

cemdrk/restx-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restx-api

rest api with flask restx

Endpoints

/users

List all users (GET) and create a user (POST).

/users/<user_id>

Get a user (GET), update a user (PUT), delete a user (DELETE).

/users/change-password

Change user password.

/auth/login

Get auth token.

About

rest api with flask restx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages