aboutsummaryrefslogtreecommitdiffstats
path: root/python_client
Commit message (Collapse)AuthorAgeFilesLines
* rename python client to 'fatcat-openapi-client'Bryan Newbold2019-09-0584-22831/+0
|
* remove codegen python cruftBryan Newbold2019-05-216-240/+0
|
* codegen version bumpBryan Newbold2019-05-2177-78/+78
| | | | Wow, a surprisingly large commit!
* python_client: patch out circular depBryan Newbold2019-05-204-3/+33
|
* python_client: remove crufty filesBryan Newbold2019-05-207-1508/+0
|
* schema: allow releases expansion on file/fileset/webcaptureBryan Newbold2019-05-204-9/+96
| | | | And codegen rust and python
* codegen and rust impl created timestampBryan Newbold2019-05-141-1/+27
|
* python codegenBryan Newbold2019-05-1419-707/+1953
|
* python codegenBryan Newbold2019-05-1421-46/+1865
|
* codegen size_bytes -> sizeBryan Newbold2019-05-131-15/+15
|
* python codegenBryan Newbold2019-05-139-196/+649
|
* add CHANGELOG entry about api_key issueBryan Newbold2019-04-091-0/+1
|
* 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-092-1/+18
| | | | | Expect this to fix a serious bug with configuration "contamination" between priv_api and regular api. :codinghorror:
* monkeypatch annoying pytest shutdown exceptionBryan Newbold2019-04-042-2/+25
|
* bump versions (0.1.0 to 0.2.0)Bryan Newbold2019-01-2858-59/+59
|
* 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-118-19/+1044
|
* 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-0932-5/+1563
|
* start refactor of moving fatcat_client into python_clientBryan Newbold2019-01-0936-0/+17915