This is a RESTful APIs using a combination of Python 3 and Flask.
-
Postman API Documenation
-
HTTP methods (GET, POST, PUT, DELETE request) --> CRUD operations used for simulation test to RESTful Services
-
Endpoints: (used for communication and data transfer)
- GET/super_simple
- GET/not_found
- GET/parameters
- GET/url_variables
- GET/planets
- GET/retrieve_password
- GET/planet_details
- POST/register
- POST/login
- POST/add_planet
- PUT/update_planet
- DELETE/remove_planet
-
Authorization bearer token used for generating token authorization that is a very long and unique token
-
Success and Error codes Status 200OK 201Created 202Accepted 401Unauthorized 404Not found 409Conflict
| SQLite | DB Browser |
|---|---|
| User | planetary's users |
| Planet | planet's details |
*The application and SQLite database are used only for testing. As of now, they are not allowed to push into production.
Mailtrap.io. : Email testing, automate test flows to retrieve password