aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api/src
Commit message (Collapse)AuthorAgeFilesLines
* implement (most) of stats endpointBryan Newbold2018-06-195-2/+146
|
* update fatcat-api with openapi changeBryan Newbold2018-06-174-4/+558
|
* update rust/api for schema extensionsBryan Newbold2018-06-041-13/+68
|
* refactor to more ergonomic operation namesBryan Newbold2018-05-284-1364/+1362
|
* batch POST methodsBryan Newbold2018-05-275-42/+1099
|
* swagger spec: body -> entityBryan Newbold2018-05-274-117/+121
|
* tweak schema (api and sql)Bryan Newbold2018-05-264-23/+48
|
* 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-243-28/+38
| | | | Fixes a bunch of i64/i32/isize stuff
* editgroup -> editgroup_id param (re-codegen)Bryan Newbold2018-05-241-15/+15
|
* fix api specBryan Newbold2018-05-174-9/+47
|
* minor tweaks to API specBryan Newbold2018-05-161-4/+3
|
* api tweaksBryan Newbold2018-05-165-19/+109
|
* simplify API a bitBryan Newbold2018-05-161-16/+10
|
* less ambigous error response nameBryan Newbold2018-05-153-110/+110
|
* regenerate APIBryan Newbold2018-05-154-309/+537
|
* tweak openapi schemaBryan Newbold2018-05-154-77/+72
|
* make cargo fmt succeed by defaultBryan Newbold2018-05-155-2613/+845
|
* fmt and cleanupBryan Newbold2018-05-155-1672/+3106
|
* revert to v2.3.1 codegenBryan Newbold2018-05-158-5653/+3593
| | | | | 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-146-0/+6455