summaryrefslogtreecommitdiff
path: root/docs/gl_objects/licenses.py
blob: 425a9a46d6d8b49f0daea2118597b3730e423533 (plain)
1
2
3
4
5
6
7
8
# list
licenses = gl.licenses.list()
# end list

# get
license = gl.licenses.get('apache-2.0', project='foobar', fullname='John Doe')
print(license.content)
# end get