-
Notifications
You must be signed in to change notification settings - Fork 1
RESTful Services Documentation
AnikaKabir01 edited this page Feb 20, 2022
·
19 revisions
| Request Type | Method Description | Endpoints | Inputs | Outputs |
|---|---|---|---|---|
POST |
'createDrink' | /drinks/add |
name:Stringtag:Stringpublic_status:Booleanauthor:Stringrating:Numberrecipe:recipeSchema
|
Creates a drink of type Drink. |
GET |
'viewDrinks' | /drinks |
Returns a list of elements of type Drink depending on provided input and filter applied |
| Request Type | Method Description | Endpoints | Inputs | Outputs |
|---|---|---|---|---|
| 'createNewUser' | ||||
| 'loginUser' | ||||
| 'logoutUser' | ||||
| 'changeUserPassword' |
| Request Type | Method Description | Endpoints | Inputs | Outputs |
|---|---|---|---|---|
| 'createAdmin' | ||||
| 'loginAdmin' | ||||
| 'logoutAdmin' | ||||
| 'changeAdminPassword' |