-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
in order to get the side options for the wizard i am proposing the following backend architecture.
To get side options:
GET 'your base api url'
Example json result:
{
models: [
{
title: 'Cars',
crud: {
create: 'url to POST to to create a car',
index: 'url to GET all cars',
show: 'url to GET a specific car EXAMPLE: http://bobscars.com/api/cars/:id with id being a convention to get the car with that id',
update: 'url to PUT an update to a specific car while following the same conventions as #show ^^',
delete: 'url to DELETE a specific car with the id convention above ^^^'
}
},
{
ect...
}
]
}
Metadata
Metadata
Assignees
Labels
No labels