aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* implement (most) of stats endpointBryan Newbold2018-06-191-0/+16
|
* update fatcat-api with openapi changeBryan Newbold2018-06-171-0/+60
|
* refactor to more ergonomic operation namesBryan Newbold2018-05-281-169/+169
|
* batch POST methodsBryan Newbold2018-05-271-0/+100
|
* swagger spec: body -> entityBryan Newbold2018-05-271-24/+24
|
* tweak schema (api and sql)Bryan Newbold2018-05-261-4/+4
|
* WIP on API spec improvementsBryan Newbold2018-05-241-6/+6
| | | | Fixes a bunch of i64/i32/isize stuff
* fix api specBryan Newbold2018-05-171-4/+4
|
* api tweaksBryan Newbold2018-05-161-3/+5
|
* less ambigous error response nameBryan Newbold2018-05-151-53/+53
|
* regenerate APIBryan Newbold2018-05-151-109/+129
|
* tweak openapi schemaBryan Newbold2018-05-151-15/+15
|
* make cargo fmt succeed by defaultBryan Newbold2018-05-151-276/+91
|
* fmt and cleanupBryan Newbold2018-05-151-225/+348
|
* revert to v2.3.1 codegenBryan Newbold2018-05-151-339/+226
| | | | | 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/+599