users
The API documentation related to user like -:
- SignIn/SignUp a user with blog app.
- Checking the User uniqueness
will go here
POSTRegister a new User with Blog App
https://sheltered-waters-80365.herokuapp.com/user/register
Use the dropdown to see the example
- Duplicate Username error
- Successfully username registration
Bodyraw (json)
Example Request
Successfull Registerartion
200 OK
Example Response
Server
Connection
X-Powered-By
Content-Type
Content-Length
Etag
Date
Via
POSTLogin a User with Blog App
http://localhost:5000/user/login
Login a user with blog app and get a token back as a response
Bodyraw (json)
Example Request
Succesfull Login Example
200 OK
Example Response
Server
Connection
X-Powered-By
Content-Type
Content-Length
Etag
Date
Via
GETCheck Username Uniqueness
https://sheltered-waters-80365.herokuapp.com/user/checkusername/devStack
Check the username is exist in database or not
Example Request
If Username is exist in database
200 OK
Example Response
Server
Connection
X-Powered-By
Content-Type
Content-Length
Etag
Date
Via