kittycad.api.apps.apps_github_consent
Functions
|
This is different than OAuth 2.0 authentication for users. |
|
|
|
This is different than OAuth 2.0 authentication for users. |
|
|
- kittycad.api.apps.apps_github_consent._parse_response(*, response)[source][source]
- Return type
Union
[Any
,AppClientInfo
,Error
,None
]
- async kittycad.api.apps.apps_github_consent.asyncio(*, client)[source][source]
This is different than OAuth 2.0 authentication for users. This endpoint grants access for KittyCAD to access user’s repos. The user doesn’t need KittyCAD OAuth authorization for this endpoint, this is purely for the GitHub permissions to access repos.
- Return type
Union
[Any
,AppClientInfo
,Error
,None
]
- async kittycad.api.apps.apps_github_consent.asyncio_detailed(*, client)[source][source]
- Return type
- kittycad.api.apps.apps_github_consent.sync(*, client)[source][source]
This is different than OAuth 2.0 authentication for users. This endpoint grants access for KittyCAD to access user’s repos. The user doesn’t need KittyCAD OAuth authorization for this endpoint, this is purely for the GitHub permissions to access repos.
- Return type
Union
[Any
,AppClientInfo
,Error
,None
]