Skip to content
DB App-Eat-Easier v3.0
Share
Explore
AJAX Definition

icon picker
End-Points

Table EndPoints
2
Admin
Prior
App
Views
Action Needed
EndPoint Address
DB Models
1
AppEatEasier
Front-End Landing Page
Read
List
Session
/api/core/home/
catalog_recipes
user_recipes
2
AppEatEasier
Front-End User Registration
Create
Storage
Session
Token
/api/core/signup/
Auth User
3
AppEatEasier
Front-End User Login
Read
Session
Token
Storage
/api/core/login/
Auth User
4
AppEatEasier
Front-End User Login
Read
Session
Token
Storage
/api/core/logout/
5
AppEatEasier
Front-End User Menu Hamburguesa
List
Read
Token
Session
De manera dinámica
User Id
Planner Id
6
App User Mgmt
Front-End User Home
Read
Token
Session
List
Create
/api/users/id/home
user profile
user_recipes
catalog_recipes
7
App User Mgmt
Front-End User Profile Editor Editar mi Perfil Reutilizar las 3 vistas
Detail
Update
/api/users/id/
user profile
8
App User Mgmt
Front-End User Preferences Cantidad de Personas
Create
Storage
Session
/api/users/id/qty/
user profile
9
App User Mgmt
Front-End User Preferences Preferencias de Alimentos
Create
Storage
Session
/api/users/id/food/
user profile
user_foods
10
App User Mgmt
Front-End User Preferences Tipo de Utensilios
Create
Storage
Session
/api/users/id/appliances/
user profile
user_apps
11
App User Mgmt
Front-End User Planner Generator
List
Create
/api/users/id/planner/
user profile
user_planner
12
App User Mgmt
Front-End User Planner Generator
Detail
Update
/api/users/id/planner/id
user profile
user_planner
13
App User Mgmt
Front-End User Menu Editor Form Edición / Consulta
List
Create
Retrieve
/api/users/id/planner/id/menu/
user profile
user_menus
14
App User Mgmt
Front-End User Menu Viewer Este se va y se sustituye por un QueryParam
List
Retrieve
/api/users/id/planner/id/menu/
user profile
user_menus
15
App User Mgmt
Front-End User Recipe Viewer
Detail
Retrieve
/api/users/id/planner/id/menu/id/
user profile
user_menus
16
App User Mgmt
Front-End User Favorites
Update
Read
Session
Token
List
/api/users/id/favorites/
user_recipes
17
App User Mgmt
Front-End User Recipe Viewer
Detail
Read
Token
Session
/api/users/id/favorites/id/
user_recipes
18
App SprMkt Mgmt
Front-End User Shopping List
Update
Detail
Token
Session
Read
/api/users/id/planner/menu/shopping_list/
sprmkt_list
19
App SprMkt Mgmt
Front-End User Shopping List
Update
Detail
Token
Session
Read
/api/sprmkt/shopping_list/
sprmkt_list
20
App SprMkt Mgmt
Front-End User Shopping List
Update
Detail
Token
Session
Read
/api/sprmkt/shopping_list/id/
sprmkt_list
21
App Recipe Mgmt
Front-End User Search
List
Read
Token
Session
/api/recipes/catalog_recipes/?search=
catalog_recipes
22
App Recipe Mgmt
Front-End Catalog of Categories
List
Read
Update
Token
Session
/api/recipes/catalog_recipes/
catalog_recipes
23
App Recipe Mgmt
Front-End User Recipe Viewer
Detail
Update
Token
Session
Read
/api/recipes/catalog_recipes/id/
catalog_recipes
24
App Recipe Mgmt
Front-End Catalog of Ingredientes
Detail
Update
Token
Session
Read
/api/recipes/catalog_ingredient/id/
catalog_recipes
25
App Recipe Mgmt
Front-End User Search
List
Read
Token
Session
/api/recipes/catalog_ingredient/?search=
catalog_recipes
26
App Recipe Mgmt
Front-End Catalog of Ingredientes
List
Read
Update
Token
Session
/api/recipes/catalog_ingredient/
catalog_recipes
There are no rows in this table

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.