aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api
Commit message (Collapse)AuthorAgeFilesLines
* edit lists, refs, contribsBryan Newbold2018-05-254-41/+339
|
* extra_json in API schema (manually)Bryan Newbold2018-05-244-5/+65
|
* API schema: serde_json::ValueBryan Newbold2018-05-244-8/+5
| | | | | Unfortunately, this requires hacking model.rs manually. Might be able to partially mitigate with, eg, sed.
* update codegen and hack-fix testsBryan Newbold2018-05-244-14/+6
|
* WIP on API spec improvementsBryan Newbold2018-05-248-36/+134
| | | | Fixes a bunch of i64/i32/isize stuff
* editgroup -> editgroup_id param (re-codegen)Bryan Newbold2018-05-245-65/+136
|
* include cargo configsBryan Newbold2018-05-241-0/+18
|
* update to iron 0.6Bryan Newbold2018-05-241-4/+4
| | | | Required a patch to iron-slog.
* fix api specBryan Newbold2018-05-179-19/+75
|
* minor tweaks to API specBryan Newbold2018-05-164-6/+6
|
* api tweaksBryan Newbold2018-05-168-51/+165
|
* simplify API a bitBryan Newbold2018-05-164-31/+23
|
* less ambigous error response nameBryan Newbold2018-05-156-237/+237
|
* regenerate APIBryan Newbold2018-05-157-516/+827
|
* tweak openapi schemaBryan Newbold2018-05-159-134/+137
|
* make cargo fmt succeed by defaultBryan Newbold2018-05-159-3029/+924
|
* fmt and cleanupBryan Newbold2018-05-158-1883/+3589
|
* revert to v2.3.1 codegenBryan Newbold2018-05-1515-6237/+3868
| | | | | 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-1418-0/+9140