mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Repository.get_branch
This commit is contained in:
@@ -1466,7 +1466,10 @@
|
||||
"name": "branches",
|
||||
"singularName": "branch",
|
||||
"type": "Branch",
|
||||
"getList": true
|
||||
"getList": true,
|
||||
"getElement": {
|
||||
"parameter": { "name": "branch", "type": "string" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "collaborators",
|
||||
|
||||
@@ -8397,6 +8397,52 @@
|
||||
"name": "void"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "branches",
|
||||
"name": [
|
||||
"get",
|
||||
"branch"
|
||||
],
|
||||
"mandatoryParameters": [
|
||||
{
|
||||
"type": {
|
||||
"simple": true,
|
||||
"cardinality": "scalar",
|
||||
"name": "string"
|
||||
},
|
||||
"name": "branch"
|
||||
}
|
||||
],
|
||||
"request": {
|
||||
"url": [
|
||||
{
|
||||
"type": "attribute",
|
||||
"value": [
|
||||
"url"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "constant",
|
||||
"value": "/branches/"
|
||||
},
|
||||
{
|
||||
"type": "argument",
|
||||
"value": [
|
||||
"branch"
|
||||
]
|
||||
}
|
||||
],
|
||||
"information": "data",
|
||||
"verb": "GET"
|
||||
},
|
||||
"isMutation": false,
|
||||
"optionalParameters": [],
|
||||
"type": {
|
||||
"simple": false,
|
||||
"cardinality": "scalar",
|
||||
"name": "Branch"
|
||||
}
|
||||
},
|
||||
{
|
||||
"group": "branches",
|
||||
"name": [
|
||||
|
||||
Reference in New Issue
Block a user