Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python client codegen: bump to openapi-generator-cli v6.0.1; output v0.5.1 | Bryan Newbold | 2022-08-11 | 1 | -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. | ||||
* | bump python client to 0.5.0 | Bryan Newbold | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | update python client library codegen for content_scope | Bryan Newbold | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | python client: bump version in codegen script | Bryan Newbold | 2021-10-13 | 1 | -1/+1 |
| | |||||
* | codegen python client library for v0.3.3 | Bryan Newbold | 2020-11-19 | 1 | -1/+1 |
| | |||||
* | version bump fatcat_openapi_client | Bryan Newbold | 2020-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 bug | Bryan Newbold | 2019-09-18 | 1 | -0/+35 |
| | | | | | 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 time | Bryan Newbold | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | update python codegen script with new generator | Bryan Newbold | 2019-09-18 | 1 | -58/+6 |
| | |||||
* | add description removal to codegen script | Bryan Newbold | 2019-09-13 | 1 | -1/+2 |
| | |||||
* | rename python client to 'fatcat-openapi-client' | Bryan Newbold | 2019-09-05 | 1 | -0/+104 |