summaryrefslogtreecommitdiffstats
path: root/python_client/fatcat_client/api/default_api.py
Commit message (Collapse)AuthorAgeFilesLines
* rename python client to 'fatcat-openapi-client'Bryan Newbold2019-09-051-9972/+0
|
* codegen version bumpBryan Newbold2019-05-211-1/+1
| | | | Wow, a surprisingly large commit!
* schema: allow releases expansion on file/fileset/webcaptureBryan Newbold2019-05-201-6/+6
| | | | And codegen rust and python
* python codegenBryan Newbold2019-05-141-658/+602
|
* python codegenBryan Newbold2019-05-131-13/+21
|
* 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).
* bump versions (0.1.0 to 0.2.0)Bryan Newbold2019-01-281-1/+1
|
* 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
|
* codegen pythonBryan Newbold2019-01-111-15/+588
|
* python: test fixes for required editgroup_idBryan Newbold2019-01-091-168/+252
|
* start refactor of moving fatcat_client into python_clientBryan Newbold2019-01-091-0/+9299