Back to the "Repos API" | Back to the navigation
For extended info see the GitHub documentation
$properties = $client->api('repo')->properties()->all('twbs', 'bootstrap');$property = $client->api('repo')->properties()->show('twbs', 'bootstrap', $propertyName);$parameters = [
'property_name' => 'foo',
'value' => 'bar'
]
$property = $client->api('repo')->properties()->update('twbs', 'bootstrap', $params);