mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Test Team
This commit is contained in:
@@ -1041,6 +1041,13 @@
|
||||
{ "name": "repo_names", "type": "list" },
|
||||
{ "name": "permission", "type": "@todo" }
|
||||
]
|
||||
},
|
||||
"getElement": {
|
||||
"parameter": { "name": "id", "type": "integer" },
|
||||
"url" : [
|
||||
{ "type": "constant", "value": "https://api.github.com/teams/" },
|
||||
{ "type": "argument", "value": [ "id" ] }
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -6175,6 +6175,46 @@
|
||||
"name": "Team"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "teams",
|
||||
"name": [
|
||||
"get",
|
||||
"team"
|
||||
],
|
||||
"mandatoryParameters": [
|
||||
{
|
||||
"type": {
|
||||
"simple": true,
|
||||
"cardinality": "scalar",
|
||||
"name": "integer"
|
||||
},
|
||||
"name": "id"
|
||||
}
|
||||
],
|
||||
"request": {
|
||||
"url": [
|
||||
{
|
||||
"type": "constant",
|
||||
"value": "https://api.github.com/teams/"
|
||||
},
|
||||
{
|
||||
"type": "argument",
|
||||
"value": [
|
||||
"id"
|
||||
]
|
||||
}
|
||||
],
|
||||
"information": "data",
|
||||
"verb": "GET"
|
||||
},
|
||||
"isMutation": false,
|
||||
"optionalParameters": [],
|
||||
"type": {
|
||||
"simple": false,
|
||||
"cardinality": "scalar",
|
||||
"name": "Team"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "teams",
|
||||
"name": [
|
||||
|
||||
Reference in New Issue
Block a user