Free up direct dependency upper versions.
Drop support for Python 3.4 and Python 3.5.
No functional changes, release to fix packaging issues.
-
Add
shcli.create
API method to createContent
.Usage:
import shcli shcli.create("domain.tld", "api token", "text", "visibility")
Visibility parameter can be one of
public
,limited
,site
orself
.Returns the created
Content
object as JSON. -
Add command line script to use
create
command.Type
shcli create --help
for usage.