Fossology License¶
Methods used to access “license/” endpoints.
-
class
fossology.license.
LicenseEndpoint
¶ Class dedicated to all “license” related endpoints
-
detail_license
(name) → fossology.obj.License¶ Get a license from the DB
API Endpoint: GET /license
- Parameters
name – Short name of the license
- Rtype name
str
- Returns
a list of groups
- Return type
License() object
- Raises
FossologyApiError – if the REST call failed
-