aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api/src/server.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'autoaccept' into http-verbsBryan Newbold2018-09-071-5/+30
|\ | | | | | | | | | | | | | | | | Started resolving conflicts in: TODO notes/cloud_instances.txt rust/fatcat-api/README.md rust/src/api_server.rs
| * WIP: autoacceptBryan Newbold2018-08-241-5/+10
| |
| * codegenBryan Newbold2018-08-201-5/+25
| |
* | codegen put/deleteBryan Newbold2018-09-061-4/+1075
| |
* | add bad request response type for eg acceptBryan Newbold2018-08-311-2/+2
|/
* expand, not expendBryan Newbold2018-07-251-10/+10
|
* API schema: identifier checking, expand query paramBryan Newbold2018-07-251-5/+25
|
* partial implementation of new API featuresBryan Newbold2018-07-241-6/+8
|
* update fatcat-api lib with schema changesBryan Newbold2018-07-201-12/+12
|
* generic changelog endpointsBryan Newbold2018-06-301-4/+140
|
* add remaining history endpointsBryan Newbold2018-06-301-3/+372
|
* history for container entitiesBryan Newbold2018-06-301-3/+95
|
* no more default/mangled HTTP status codesBryan Newbold2018-06-211-28/+28
|
* implement (most) of stats endpointBryan Newbold2018-06-191-1/+59
|
* 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.