aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api-spec/src/server.rs
Commit message (Collapse)AuthorAgeFilesLines
* don't require auth for editgroup annotationsBryan Newbold2019-04-091-2/+0
| | | | | | | | | | Amazing that this bug found it's way through... because most testing is from Python, and was having serious auth config leakage with python_client. We're still in 0.x, and this is such a small/eggregious bug that i'm not going to tag as a backwards-incompatible schema update (but will note in CHANGELOG).
* allow passing description+extra to batch endpointsBryan Newbold2019-01-221-7/+42
| | | | | | Pretty messy, but I needed some way to do this. In particular, requires json.dumps() in python code, for now. Blech.
* allow arxiv and jstor lookupsBryan Newbold2019-01-211-1/+15
|
* rust codegen (with query param parsing)Bryan Newbold2019-01-171-25/+150
|
* rust codegenBryan Newbold2019-01-101-21/+650
|
* add a couple additional response types, for consistencyBryan Newbold2019-01-091-0/+32
|
* rust impl required editgroup_idBryan Newbold2019-01-091-21/+147
|
* add auth/check endpointBryan Newbold2019-01-071-12/+106
|
* rust codegenBryan Newbold2019-01-031-1/+152
|
* crude /auth/oidc endpoint (and codegen)Bryan Newbold2019-01-031-12/+160
|
* add missing security/auth declarationsBryan Newbold2018-12-311-0/+50
|
* codegenBryan Newbold2018-12-311-572/+442
|
* first attempt at auth in API specBryan Newbold2018-12-261-0/+1101
|
* rust codegenBryan Newbold2018-12-261-8/+2177
|
* remove unused postgres-backed stats stuffBryan Newbold2018-12-241-59/+1
| | | | Will replace with elasticsearch-based dash in webface
* API harmonization codegenBryan Newbold2018-12-241-258/+258
|
* rust codegenBryan Newbold2018-12-141-20/+44
|
* schema tweaks, and rust codegenBryan Newbold2018-12-131-37/+1829
|
* codegen hide changesBryan Newbold2018-11-261-12/+33
|
* codegen fatcat-api-specBryan Newbold2018-09-221-1203/+1188
|
* implement new editgroup_id behaviorBryan Newbold2018-09-111-10/+50
|
* refactor fatcat-api => fatcat-api-specBryan Newbold2018-09-111-0/+4459