kittycad.api.apps.apps_github_webhook

Functions

asyncio(body, *, client)

These come from the GitHub app.

asyncio_detailed(body, *, client)

rtype:

Response[Optional[Error]]

sync(body, *, client)

These come from the GitHub app.

sync_detailed(body, *, client)

rtype:

Response[Optional[Error]]

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

Response[Optional[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:

Optional[Error]

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

These come from the GitHub app.

Return type:

Optional[Error]

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

Response[Optional[Error]]

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

These come from the GitHub app.

Return type:

Optional[Error]

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

Response[Optional[Error]]