aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api/src/client.rs
Commit message (Collapse)AuthorAgeFilesLines
* re-gen rust codeBryan Newbold2018-09-101-6/+20
|
* Merge branch 'autoaccept' into http-verbsBryan Newbold2018-09-071-10/+85
|\ | | | | | | | | | | | | | | | | Started resolving conflicts in: TODO notes/cloud_instances.txt rust/fatcat-api/README.md rust/src/api_server.rs
| * WIP: autoacceptBryan Newbold2018-08-241-8/+31
| |
| * codegenBryan Newbold2018-08-201-10/+62
| |
* | codegen put/deleteBryan Newbold2018-09-061-4/+677
| |
* | add bad request response type for eg acceptBryan Newbold2018-08-311-1/+1
|/
* expand, not expendBryan Newbold2018-07-251-20/+20
|
* API schema: identifier checking, expand query paramBryan Newbold2018-07-251-10/+50
|
* partial implementation of new API featuresBryan Newbold2018-07-241-7/+9
|
* update fatcat-api lib with schema changesBryan Newbold2018-07-201-14/+6
|
* generic changelog endpointsBryan Newbold2018-06-301-4/+106
|
* add remaining history endpointsBryan Newbold2018-06-301-3/+276
|
* history for container entitiesBryan Newbold2018-06-301-3/+71
|
* refactor changelog entry spec structureBryan Newbold2018-06-301-1/+1
|
* no more default/mangled HTTP status codesBryan Newbold2018-06-211-28/+28
|
* implement (most) of stats endpointBryan Newbold2018-06-191-1/+50
|
* update fatcat-api with openapi changeBryan Newbold2018-06-171-2/+183
|
* refactor to more ergonomic operation namesBryan Newbold2018-05-281-287/+286
|
* batch POST methodsBryan Newbold2018-05-271-3/+329
|
* swagger spec: body -> entityBryan Newbold2018-05-271-12/+12
|
* tweak schema (api and sql)Bryan Newbold2018-05-261-3/+3
|
* 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.