aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/api_entity_crud.rs
Commit message (Collapse)AuthorAgeFilesLines
* continue CRUD refactor, removing CUD handlersBryan Newbold2018-09-101-8/+0
| | | | | | | | Can't remove the "get" handlers because of the expand parameter, which is only implemented for releases and in the handler (not in the CRUD trait, yet). Also didn't do the batch handler stuff yet.
* squelch unused macro warningBryan Newbold2018-09-101-0/+2
|
* database_entity_crud -> api_entity_crudBryan Newbold2018-09-101-0/+1145