aboutsummaryrefslogtreecommitdiffstats
path: root/python_client/fatcat_client
Commit message (Collapse)AuthorAgeFilesLines
* codegen and rust impl created timestampBryan Newbold2019-05-141-1/+27
|
* python codegenBryan Newbold2019-05-1410-658/+1617
|
* python codegenBryan Newbold2019-05-1413-40/+1578
|
* codegen size_bytes -> sizeBryan Newbold2019-05-131-15/+15
|
* python codegenBryan Newbold2019-05-137-196/+608
|
* don't require auth for editgroup annotationsBryan Newbold2019-04-091-1/+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).
* add work-around for weird TypeWithDefault config classBryan Newbold2019-04-091-1/+1
| | | | | Expect this to fix a serious bug with configuration "contamination" between priv_api and regular api. :codinghorror:
* monkeypatch annoying pytest shutdown exceptionBryan Newbold2019-04-041-2/+5
|
* bump versions (0.1.0 to 0.2.0)Bryan Newbold2019-01-2831-32/+32
|
* codegen schema tweaksBryan Newbold2019-01-241-0/+8
|
* allow passing description+extra to batch endpointsBryan Newbold2019-01-221-7/+63
| | | | | | 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/+9
|
* codegenBryan Newbold2019-01-213-84/+196
|
* python codegenBryan Newbold2019-01-182-3/+7
|
* minor python codegenBryan Newbold2019-01-141-1/+27
|
* codegen pythonBryan Newbold2019-01-115-16/+965
|
* python codegenBryan Newbold2019-01-092-2/+83
|
* python: test fixes for required editgroup_idBryan Newbold2019-01-091-168/+252
|
* continue breaking out python clientBryan Newbold2019-01-091-208/+0
|
* start refactor of moving fatcat_client into python_clientBryan Newbold2019-01-0934-0/+17746