zbjdonald / synology-drive-api

Synology drive api python wrapper.
MIT License
61 stars 15 forks source link

Where can I find the SynologyDrive API documentation? #1

Closed wittenator closed 2 years ago

wittenator commented 3 years ago

Hi zbjdonald,

thanks for taking up the task of creating a much needed wrapper for the Synology Drive! While I was browsing the code, I wondered where you got the documentation for the Drive API from since I couldn't find it myself. Could you point me to the right direction?

Sincerely, wittenator

zbjdonald commented 3 years ago

@wittenator Use Chrome Developer Tools to find api details. Open browser, login drive, press F12, click wanted action, check network and see API details.