@itentialopensource/adapter-github
Version:
This adapter integrates with system described as: github.
130 lines • 3.49 kB
JSON
{
"actions": [
{
"name": "billingGetGithubActionsBillingOrg",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/settings/billing/actions?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "billingGetGithubPackagesBillingOrg",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/settings/billing/packages?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "billingGetSharedStorageBillingOrg",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/settings/billing/shared-storage?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "billingGetGithubActionsBillingUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/users/{pathv1}/settings/billing/actions?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "billingGetGithubPackagesBillingUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/users/{pathv1}/settings/billing/packages?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "billingGetSharedStorageBillingUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/users/{pathv1}/settings/billing/shared-storage?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}