(github )
from speakeasy_client_sdk_python import Speakeasy
from speakeasy_client_sdk_python .models import shared
s = Speakeasy (
security = shared .Security (
api_key = "<YOUR_API_KEY_HERE>" ,
),
)
res = s .github .check_access (request = {
"org" : "<value>" ,
"repo" : "<value>" ,
})
if res is not None :
# handle response
pass
operations.CheckAccessResponse
Error Object
Status Code
Content Type
errors.SDKError
4xx-5xx
/
from speakeasy_client_sdk_python import Speakeasy
from speakeasy_client_sdk_python .models import shared
s = Speakeasy (
security = shared .Security (
api_key = "<YOUR_API_KEY_HERE>" ,
),
)
res = s .github .configure_code_samples (request = {
"org" : "<value>" ,
"repo" : "<value>" ,
"target_name" : "<value>" ,
})
if res .github_configure_code_samples_response is not None :
# handle response
pass
operations.ConfigureCodeSamplesResponse
Error Object
Status Code
Content Type
errors.SDKError
4xx-5xx
/
from speakeasy_client_sdk_python import Speakeasy
from speakeasy_client_sdk_python .models import shared
s = Speakeasy (
security = shared .Security (
api_key = "<YOUR_API_KEY_HERE>" ,
),
)
res = s .github .configure_mintlify_repo (request = {
"input" : "<value>" ,
"org" : "<value>" ,
"overlays" : [
"<value>" ,
],
"repo" : "<value>" ,
})
if res is not None :
# handle response
pass
operations.ConfigureMintlifyRepoResponse
Error Object
Status Code
Content Type
errors.SDKError
4xx-5xx
/
from speakeasy_client_sdk_python import Speakeasy
from speakeasy_client_sdk_python .models import shared
s = Speakeasy (
security = shared .Security (
api_key = "<YOUR_API_KEY_HERE>" ,
),
)
res = s .github .configure_target (request = {
"org" : "<value>" ,
"repo_name" : "<value>" ,
})
if res is not None :
# handle response
pass
operations.ConfigureTargetResponse
Error Object
Status Code
Content Type
errors.SDKError
4xx-5xx
/
from speakeasy_client_sdk_python import Speakeasy
from speakeasy_client_sdk_python .models import shared
s = Speakeasy (
security = shared .Security (
api_key = "<YOUR_API_KEY_HERE>" ,
),
)
res = s .github .fetch_publishing_p_rs (request = {
"generate_gen_lock_id" : "<value>" ,
"org" : "<value>" ,
"repo" : "<value>" ,
})
if res .github_publishing_pr_response is not None :
# handle response
pass
operations.FetchPublishingPRsResponse
Error Object
Status Code
Content Type
errors.SDKError
4xx-5xx
/
from speakeasy_client_sdk_python import Speakeasy
from speakeasy_client_sdk_python .models import shared
s = Speakeasy (
security = shared .Security (
api_key = "<YOUR_API_KEY_HERE>" ,
),
)
res = s .github .get_action (request = {
"org" : "<value>" ,
"repo" : "<value>" ,
})
if res .github_get_action_response is not None :
# handle response
pass
operations.GetActionResponse
Error Object
Status Code
Content Type
errors.SDKError
4xx-5xx
/
github_check_publishing_secrets
from speakeasy_client_sdk_python import Speakeasy
from speakeasy_client_sdk_python .models import shared
s = Speakeasy (
security = shared .Security (
api_key = "<YOUR_API_KEY_HERE>" ,
),
)
res = s .github .github_check_publishing_secrets (request = {
"generate_gen_lock_id" : "<value>" ,
})
if res .github_missing_publishing_secrets_response is not None :
# handle response
pass
operations.GithubCheckPublishingSecretsResponse
Error Object
Status Code
Content Type
errors.SDKError
4xx-5xx
/
github_store_publishing_secrets
from speakeasy_client_sdk_python import Speakeasy
from speakeasy_client_sdk_python .models import shared
s = Speakeasy (
security = shared .Security (
api_key = "<YOUR_API_KEY_HERE>" ,
),
)
res = s .github .github_store_publishing_secrets (request = {
"generate_gen_lock_id" : "<value>" ,
})
if res is not None :
# handle response
pass
operations.GithubStorePublishingSecretsResponse
Error Object
Status Code
Content Type
errors.SDKError
4xx-5xx
/
from speakeasy_client_sdk_python import Speakeasy
from speakeasy_client_sdk_python .models import shared
s = Speakeasy (
security = shared .Security (
api_key = "<YOUR_API_KEY_HERE>" ,
),
)
res = s .github .trigger_action (request = {
"gen_lock_id" : "<value>" ,
"org" : "<value>" ,
"repo_name" : "<value>" ,
})
if res is not None :
# handle response
pass
operations.TriggerActionResponse
Error Object
Status Code
Content Type
errors.SDKError
4xx-5xx
/