A collection of requests to a Synology NAS. Use this file directly in PHP-Storm editor to call the Synology API for testing purposes.
Since this is a WIP, the list isn't very long. I'll keep you updated on the latest developments when they are done.
Get a list of all available API's of your NAS. Response contains API name, API method, API path,and API version, and so on.
Login (for further calls) and logout actions.
Creates a new calendar with given parameters. The request automatically uses the credentials from previous call.
Returns an array of calendar objects.
Creates a new event in previously created calendar.
Deletes a given calendar.
...
TBC ...