Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 223 Bytes

licenses.md

File metadata and controls

14 lines (10 loc) · 223 Bytes

Licenses API

Back to the navigation

Lists all licenses.

$licenses = $client->api('licenses')->all();

Get a license.

$license = $client->api('licenses')->show('gpl-2.0');