The command
pkg = eP.create_package(
name="Test Package", group=None,
description="This package is created as a tutorial for enviPath-python documentation!")
raises the following error:
in create
package_payload['groupURI'] = group.get_id()
AttributeError: 'NoneType' object has no attribute 'get_id'
Related to that, eP.get_groups() gives the following error:
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)