index()
index() : \LiftKit\Response\Response
Index
Return an index of resources.
index() : \LiftKit\Response\Response
Index
Return an index of resources.
get(mixed $id) : \LiftKit\Response\Response
Get
Returns a single resource.
mixed | $id | Identifier of resource |
insert() : \LiftKit\Response\Response
Insert
Inserts a new resource.
update(mixed $id) : \LiftKit\Response\Response
Update
Updates an existing resource
mixed | $id | Identifier of resource |
delete(mixed $id) : \LiftKit\Response\Response
Delete
Deletes an existing resource.
mixed | $id | Identifier of resource |