Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 627 Bytes

CHANGELOG.md

File metadata and controls

33 lines (18 loc) · 627 Bytes

Changelog

[0.2.0] - 2020-02-14

Free up direct dependency upper versions.

Drop support for Python 3.4 and Python 3.5.

[0.1.4] - 2017-08-14

No functional changes, release to fix packaging issues.

[0.1.3] - 2017-08-14

Added

  • Add shcli.create API method to create Content.

    Usage:

    import shcli
    
    shcli.create("domain.tld", "api token", "text", "visibility")
    

    Visibility parameter can be one of public, limited, site or self.

    Returns the created Content object as JSON.

  • Add command line script to use create command.

    Type shcli create --help for usage.