Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 280 Bytes

codeofconduct.md

File metadata and controls

14 lines (10 loc) · 280 Bytes

CodeOfConduct API

Back to the navigation

Lists all code of conducts.

$codeOfConducts = $client->api('codeOfConduct')->all();

Get a code of conduct.

$codeOfConducts = $client->api('codeOfConduct')->show('contributor_covenant');