aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client
Commit message (Collapse)AuthorAgeFilesLines
* fixes to python openapi client for v0.4.0Bryan Newbold2021-10-221-1/+1
|
* python client: codegen for v0.4Bryan Newbold2021-10-137-24/+318
|
* fatcat_openapi_client: actually bump library version to v0.3.3 (oops)Bryan Newbold2021-01-111-1/+1
|
* codegen python openapi clientBryan Newbold2020-11-192-4/+36
|
* python API client: resolve warning about '\d' in stringBryan Newbold2020-11-191-2/+2
|
* codegen python client library for v0.3.3Bryan Newbold2020-11-195-13/+77
|
* version bump fatcat_openapi_clientBryan Newbold2020-05-145-8/+8
| | | | | | | | | | | | This is to push a new package version to pypi with the newer codegen. The immediate motivation for this is to fix keyword errors with "async" parameters conflicting with "async" as a keyword in Python 3.7. I guess that means this is probably actually a breaking change to the python API, though not to the API itself? Hrm. All the other changes are typo corrections from the fatcat-openapi2.yml spec document.
* fix another python codegen auth contamination bugBryan Newbold2019-09-181-5/+2
| | | | | Seems to be the classic one where a dict as a default arg gets mutated then reused across instances. Blech.
* python codegen with new openapi-generator toolBryan Newbold2019-09-1842-5610/+6741
|
* tweaks to fatcat-openapi-client python packagingBryan Newbold2019-09-181-1/+1
|
* codegen python lib v0.3.1Bryan Newbold2019-09-1841-41/+259
|
* re-codegen python codeBryan Newbold2019-09-1340-234/+538
|
* rename python client to 'fatcat-openapi-client'Bryan Newbold2019-09-0542-0/+20380