Skip to content

Releases: cloud-py-api/nc_py_api

v0.0.26

29 Jul 13:20
766071a
Compare
Choose a tag to compare

Added

  • More documentation.

Changed

  • Reworked User Status API, Users Group API
  • Reworked return type for weather_status.get_location
  • Reworked Files API: mkdir, upload, copy, move return new FsNode object
  • Reworked listdir: added depth parameter
  • Reworked FsNode: changed info from TypedDict to dataclass, correct fields names with correct descriptions.
  • FsNode now allows comparison for equality.

v0.0.25

24 Jul 19:21
a443c7f
Compare
Choose a tag to compare

Added

  • First Files Sharing APIs.

Changed

  • Updated documentation, description.
  • Updated FsNode class with properties for parsing permissions.

v0.0.24

18 Jul 20:10
afe6e18
Compare
Choose a tag to compare

Added

  • VERIFY_NC_CERTIFICATE option.
  • apps.ex_app_get_list and apps.ex_app_get_info methods.
  • files.download2stream and files.upload_stream methods.
  • most of FileAPI can accept FsNode as a path.

Changed

  • License changed to BSD-3 Clause

v0.0.23

07 Jul 18:46
262299e
Compare
Choose a tag to compare

Fixed

  • nextcloud_url can contain / at the end.
  • work of logs during enable/disable events.

v0.0.22

05 Jul 10:24
f31dd78
Compare
Choose a tag to compare

Added

  • heartbeat endpoint support for AppEcosystemV2.

v0.0.21

03 Jul 20:47
d704c65
Compare
Choose a tag to compare

Added

  • app_cfg property in the NextcloudApp class.

Fixed

  • All input environment variables now in Upper Case.

v0.0.20

03 Jul 13:28
261add7
Compare
Choose a tag to compare
  • Written from the scratch new version of the Nextcloud Python Client. Deep Alpha.