Releases: jaywink/shcli
Releases · jaywink/shcli
v0.1.4
v0.1.3
[0.1.3] - 2017-08-14
Added
-
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.