N4S4 / synology-api

A Python wrapper around Synology API
MIT License
360 stars 137 forks source link

Contribution for ABB API #166

Closed joeperpetua closed 3 months ago

joeperpetua commented 3 months ago

Hello, love the work with the project :)

I added some extra functions for ABB, and added some arguments for some of the existing functions to have more flexibility when using the API.

Added:

list_logs()
list_logs_details()
backup_task_run()
backup_task_cancel()
backup_task_remove()
backup_task_delete_versions()

Added arguments for:

list_device_transfer_size()
backup_task_list()

Also added docstrings for the functions explaining their use.

N4S4 commented 3 months ago

Hi, thank you and most of all thank you for contributing. Tested and merged! Great work!