aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client
Commit message (Collapse)AuthorAgeFilesLines
* codegen python client using newer generator (v6.0.1)Bryan Newbold2022-08-11140-22373/+28991
|
* python client codegen: bump to openapi-generator-cli v6.0.1; output v0.5.1Bryan Newbold2022-08-111-56/+3
| | | | | | | | | | | The "tags" no longer cause errors; could remove the "TAGLINE" bits from the schema file now. For some reason regex patterns are not parsing correctly. TODO is to figure that out (instead of just skipping them), but for now they are verified server-side. Patches are no longer needed.
* python_openapi_client: update metadata tags for next uploadBryan Newbold2021-11-231-2/+2
|
* bump python client to 0.5.0Bryan Newbold2021-11-179-14/+14
|
* update python client library codegen for content_scopeBryan Newbold2021-11-179-17/+95
|
* whoops, don't double-python_requiresBryan Newbold2021-10-221-1/+0
|
* python API client: require python3.5+ explicitly for future releasesBryan Newbold2021-10-222-1/+2
|
* fixes to python openapi client for v0.4.0Bryan Newbold2021-10-223-7/+4
|
* python client: codegen for v0.4Bryan Newbold2021-10-138-25/+325
|
* python client: bump version in codegen scriptBryan Newbold2021-10-131-1/+1
|
* 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-197-16/+80
|
* version bump fatcat_openapi_clientBryan Newbold2020-05-147-10/+10
| | | | | | | | | | | | 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-182-5/+37
| | | | | Seems to be the classic one where a dict as a default arg gets mutated then reused across instances. Blech.
* python codegen: don't clobber README every timeBryan Newbold2019-09-182-1/+2
|
* python codegen with new openapi-generator toolBryan Newbold2019-09-1879-5689/+6824
|
* update python codegen script with new generatorBryan Newbold2019-09-181-58/+6
|
* tweaks to fatcat-openapi-client python packagingBryan Newbold2019-09-183-9/+9
|
* codegen python lib v0.3.1Bryan Newbold2019-09-1878-77/+343
|
* re-codegen python codeBryan Newbold2019-09-1376-306/+611
|
* add description removal to codegen scriptBryan Newbold2019-09-131-1/+2
|
* rename python client to 'fatcat-openapi-client'Bryan Newbold2019-09-0584-0/+22831