Skip to content

thirdmartini/go-synology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-synology

Synology NAS API Client in golang

Example Usage

syno, err := synology.Login("https://10.0.0.2:5001, "user", "password")
if err != nil {
   log.Panic(err)
}

shares, err := syno.ListShares()
for _, share := range shares {
   ...
   ... 

Warning

This package is not even at "alpha" quality. Beware, use, test, contribute.

Notes:

This is a hobbu project based on API documentation provided by Synology: https://global.download.synology.com/download/Document/DeveloperGuide/Synology_File_Station_API_Guide.pdf

About

Synology API Client in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages