Skip to content

Tags: upciti/openapi-python-client

Tags

oo-client/v.1.5

Toggle oo-client/v.1.5's commit message

Verified

This commit was signed with the committer’s verified signature.
fyhertz Simon
fix: remove attrs version restriction

oo-client/v.1.4

Toggle oo-client/v.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
fyhertz Simon
fix: bump typer, pip fails to install wheel with old constraint

oo-client/v.1.3

Toggle oo-client/v.1.3's commit message
Add 0 boilerplate sync and async client objects

With the current approach, for every API call, the user has to import a
a module from a tag package and call the `asyncio` or `sync` method with
the "client=client" argument. This patch adds a wrapper around tag
packages and two wrapper `Client` objects to spare the need for that
boilerplate code.

Check this issue for more information:
openapi-generators#224

`base_url` can be omitted during client initialization
if `SPEC_TITLE_BASE_URL` is set. Object-oriented clients
have also been renamed to include the spec title.

v.0.10.1

Toggle v.0.10.1's commit message

Unverified

This user has not yet uploaded their public signing key.
chore: Prep 0.10.1 release

v.0.10.0

Toggle v.0.10.0's commit message

Unverified

This user has not yet uploaded their public signing key.
chore: Prep 0.10.0 release

v.0.9.2

Toggle v.0.9.2's commit message

Unverified

This user has not yet uploaded their public signing key.
chore: Prep 0.9.2 release

oo-client/v.1.2

Toggle oo-client/v.1.2's commit message
Add 0 boilerplate sync and async client objects

With the current approach, for every API call, the user has to import a
a module from a tag package and call the `asyncio` or `sync` method with
the "client=client" argument. This patch adds a wrapper around tag
packages and two wrapper `Client` objects to spare the need for that
boilerplate code.

Check this issue for more information:
openapi-generators#224

`base_url` can be omitted during client initialization
if `SPEC_TITLE_BASE_URL` is set. Object-oriented clients
have also been renamed to include the spec title.

v.0.9.1

Toggle v.0.9.1's commit message

Unverified

This user has not yet uploaded their public signing key.
chore: Prep 0.9.1 release

v.0.9.0

Toggle v.0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Add release date for 0.9.0

oo-client/v.1.1

Toggle oo-client/v.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
fyhertz Simon
Add 0 boilerplate sync and async client objects

With the current approach, for every API call, the user has to import a
a module from a tag package and call the `asyncio` or `sync` method with
the "client=client" argument. This patch adds a wrapper around tag
packages and two wrapper `Client` objects to spare the need for that
boilerplate code.

Check this issue for more information:
openapi-generators#224

`base_url` can be omitted during client initialization
if `SPEC_TITLE_BASE_URL` is set. Object-oriented clients
have also been renamed to include the spec title.