aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api/src/server.rs
Commit message (Collapse)AuthorAgeFilesLines
* update fatcat-api with openapi changeBryan Newbold2018-06-171-2/+267
|
* refactor to more ergonomic operation namesBryan Newbold2018-05-281-700/+699
|
* batch POST methodsBryan Newbold2018-05-271-3/+534
|
* swagger spec: body -> entityBryan Newbold2018-05-271-62/+66
|
* tweak schema (api and sql)Bryan Newbold2018-05-261-6/+6
|
* fix api specBryan Newbold2018-05-171-4/+33
|
* api tweaksBryan Newbold2018-05-161-2/+12
|
* regenerate APIBryan Newbold2018-05-151-106/+204
|
* tweak openapi schemaBryan Newbold2018-05-151-13/+24
|
* make cargo fmt succeed by defaultBryan Newbold2018-05-151-1566/+536
|
* fmt and cleanupBryan Newbold2018-05-151-797/+1800
|
* revert to v2.3.1 codegenBryan Newbold2018-05-151-0/+1702
This reverts back to something compatible with Iron and simple (blocking) parallelism, instead of the new async hyper 0.11 stuff.