Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 280 Bytes

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