codeofconduct.md

December 12, 2017 ยท View on GitHub

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');

Contents

  1. 1CodeOfConduct API
  2. 1.1Lists all code of conducts.
  3. 1.2Get a code of conduct.