aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api/src/client.rs
Commit message (Collapse)AuthorAgeFilesLines
* WIP on API spec improvementsBryan Newbold2018-05-241-2/+2
| | | | Fixes a bunch of i64/i32/isize stuff
* fix api specBryan Newbold2018-05-171-1/+6
|
* api tweaksBryan Newbold2018-05-161-2/+9
|
* less ambigous error response nameBryan Newbold2018-05-151-53/+53
|
* regenerate APIBryan Newbold2018-05-151-47/+117
|
* tweak openapi schemaBryan Newbold2018-05-151-30/+20
|
* make cargo fmt succeed by defaultBryan Newbold2018-05-151-743/+205
|
* fmt and cleanupBryan Newbold2018-05-151-500/+815
|
* revert to v2.3.1 codegenBryan Newbold2018-05-151-0/+1515
This reverts back to something compatible with Iron and simple (blocking) parallelism, instead of the new async hyper 0.11 stuff.