/restx-api

rest api with flask restx

Primary LanguagePythonApache License 2.0Apache-2.0

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.