aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api/src/models.rs
Commit message (Collapse)AuthorAgeFilesLines
* return all edits for an editgroup GETBryan Newbold2018-05-251-9/+11
|
* fix date on releaseBryan Newbold2018-05-251-0/+5
|
* file_releaseBryan Newbold2018-05-251-0/+5
|
* refs and contribsBryan Newbold2018-05-251-2/+2
|
* edit lists, refs, contribsBryan Newbold2018-05-251-1/+106
|
* extra_json in API schema (manually)Bryan Newbold2018-05-241-1/+31
|
* API schema: serde_json::ValueBryan Newbold2018-05-241-1/+2
| | | | | Unfortunately, this requires hacking model.rs manually. Might be able to partially mitigate with, eg, sed.
* update codegen and hack-fix testsBryan Newbold2018-05-241-5/+0
|
* WIP on API spec improvementsBryan Newbold2018-05-241-20/+30
| | | | Fixes a bunch of i64/i32/isize stuff
* editgroup -> editgroup_id param (re-codegen)Bryan Newbold2018-05-241-15/+15
|
* minor tweaks to API specBryan Newbold2018-05-161-4/+3
|
* api tweaksBryan Newbold2018-05-161-11/+78
|
* simplify API a bitBryan Newbold2018-05-161-16/+10
|
* less ambigous error response nameBryan Newbold2018-05-151-4/+4
|
* tweak openapi schemaBryan Newbold2018-05-151-19/+13
|
* make cargo fmt succeed by defaultBryan Newbold2018-05-151-4/+1
|
* fmt and cleanupBryan Newbold2018-05-151-78/+59
|
* revert to v2.3.1 codegenBryan Newbold2018-05-151-59/+78
| | | | | This reverts back to something compatible with Iron and simple (blocking) parallelism, instead of the new async hyper 0.11 stuff.
* regenerated and pseudo-integratedBryan Newbold2018-05-141-0/+392