kittycad.api.apps.apps_github_webhook

Functions

asyncio(body, *, client)

These come from the GitHub app.

asyncio_detailed(body, *, client)

rtype

Response[Union[Any, Error]]

sync(body, *, client)

These come from the GitHub app.

sync_detailed(body, *, client)

rtype

Response[Union[Any, Error]]

kittycad.api.apps.apps_github_webhook._build_response(*, response)[source][source]
Return type

Response[Union[Any, Error]]

kittycad.api.apps.apps_github_webhook._get_kwargs(body, *, client)[source][source]
Return type

Dict[str, Any]

kittycad.api.apps.apps_github_webhook._parse_response(*, response)[source][source]
Return type

Union[Any, Error, None]

async kittycad.api.apps.apps_github_webhook.asyncio(body, *, client)[source][source]

These come from the GitHub app.

Return type

Union[Any, Error, None]

async kittycad.api.apps.apps_github_webhook.asyncio_detailed(body, *, client)[source][source]
Return type

Response[Union[Any, Error]]

kittycad.api.apps.apps_github_webhook.sync(body, *, client)[source][source]

These come from the GitHub app.

Return type

Union[Any, Error, None]

kittycad.api.apps.apps_github_webhook.sync_detailed(body, *, client)[source][source]
Return type

Response[Union[Any, Error]]