aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api-spec
Commit message (Collapse)AuthorAgeFilesLines
* don't require auth for editgroup annotationsBryan Newbold2019-04-094-7/+1
| | | | | | | | | | 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).
* bump versions (0.1.0 to 0.2.0)Bryan Newbold2019-01-284-6/+6
|
* codegen schema tweaksBryan Newbold2019-01-244-20/+53
|
* allow passing description+extra to batch endpointsBryan Newbold2019-01-228-47/+410
| | | | | | 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-218-5/+58
|
* codegenBryan Newbold2019-01-214-40/+101
|
* rust codegenBryan Newbold2019-01-184-13/+23
|
* rust codegen (with query param parsing)Bryan Newbold2019-01-172-26/+151
|
* allow returning changelog index with editgroupBryan Newbold2019-01-114-1/+18
|
* allow returning expanded editors in editgroups and annotationsBryan Newbold2019-01-114-1/+97
|
* rust codegenBryan Newbold2019-01-1010-97/+2507
|
* add a couple additional response types, for consistencyBryan Newbold2019-01-097-1/+111
|
* rust impl response typesBryan Newbold2019-01-094-6/+38
|
* rust impl required editgroup_idBryan Newbold2019-01-098-310/+400
|
* add auth/check endpointBryan Newbold2019-01-079-28/+347
|
* allow passing prefered_username in oidc signup/loginBryan Newbold2019-01-034-2/+12
|
* rust codegenBryan Newbold2019-01-039-5/+433
|
* crude /auth/oidc endpoint (and codegen)Bryan Newbold2019-01-0310-39/+605
|
* add missing security/auth declarationsBryan Newbold2018-12-314-1/+151
|
* make editor_id optional when createding editgroupBryan Newbold2018-12-314-8/+5
| | | | The editor_id can be infered from auth metadata.
* codegenBryan Newbold2018-12-317-2035/+1380
|
* first attempt at auth in API specBryan Newbold2018-12-267-1/+3782
|
* codegenBryan Newbold2018-12-268-407/+553
|
* rust impl last webcapture schema tweaksBryan Newbold2018-12-264-20/+17
|
* rust codegenBryan Newbold2018-12-2610-42/+7838
|
* remove unused postgres-backed stats stuffBryan Newbold2018-12-2410-227/+5
| | | | Will replace with elasticsearch-based dash in webface
* API harmonization codegenBryan Newbold2018-12-249-1053/+1136
|
* codegen release_yearBryan Newbold2018-12-244-4/+18
|
* rust codegenBryan Newbold2018-12-1410-65/+248
|
* schema tweaks, and rust codegenBryan Newbold2018-12-1310-142/+6057
|
* codegen hide changesBryan Newbold2018-11-268-126/+422
|
* fix date/datetime confusion on rust/API sideBryan Newbold2018-11-141-1/+1
| | | | | | Should have dug in to this earlier; python code was getting confused. This is a breaking API change, from a practical standpoint, as both python and rust code had been hacked to work around this.
* set default host in swagger spec to api.fatcat.wikiBryan Newbold2018-11-134-3/+4
|
* update codegen (trivial)Bryan Newbold2018-11-123-116/+115
|
* codegen fatcat-api-specBryan Newbold2018-09-2210-2809/+2979
|
* remove duplicate response def from API specBryan Newbold2018-09-131-4/+0
|
* add missing fatcat-api-spec .gitignoreBryan Newbold2018-09-131-0/+2
|
* implement new editgroup_id behaviorBryan Newbold2018-09-119-190/+406
|
* fix fatcat-api-spec depsBryan Newbold2018-09-111-4/+4
|
* refactor fatcat-api => fatcat-api-specBryan Newbold2018-09-1118-0/+16580