Help for your documentation: Json with APIs and methods #243
luboszima
started this conversation in
Show and tell
Replies: 2 comments
-
|
Hi thanks for the info! We were aware of this, but it is maybe nice to have it available to other people looking for information on the internet. You can join the TG group if you ever need some help with something in particular: https://t.me/SynologyApi |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you for the link! I'll join the group. It's unfortunate that Synology isn't more open about their API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I found a couple of libraries on my Synology NAS running DSM 7.2.2-72806 Update 3.
I tried to find documentation for all the available APIs and methods, but I wasn't successful. For example, I didn't know how to assemble this command or how to properly communicate via the REST API:
When I SSH into the Synology NAS, I found some files containing information about the WebAPI methods using this command:
find /usr/syno/synoman/webapi -name '*.lib'Each file contains JSON data with more details. I collected all these files and merged them into one large JSON file that includes all APIs and their methods. Here it is.
https://gist.github.com/luboszima/720ee2b58bbc4323d86a0e27697b8687
I hope this is helpful to your project—you're one of the few good sources of information about the Synology NAS API.
Beta Was this translation helpful? Give feedback.
All reactions