Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
thavel committed Sep 6, 2015
1 parent 6a8440f commit a1ea1bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Features
##### Synology NAS (aka DiskStation Manager)
* [[doc.1]] Download station API
* [[doc.2]] File station API
* [[doc.3]] Surveillance station API *(work in progress...)*
* [doc.3] Video station API

##### Common Gateway Interface builder
Since Synology APIs are build using the same pattern, this library also uses and provides tools to instanciate a pythonic consumer for any CGI-based API.
Expand Down Expand Up @@ -114,12 +114,12 @@ file_sharing, file_crtfdr, file_rename, file_MVCP, file_delete, file_extract,
file_compress, background_task


##### Download Station

*Work in progress...*
##### Video Station

```python
nas.videostation.programlist.request(<request>)
```


[doc.1]:http://ukdl.synology.com/download/Document/DeveloperGuide/Synology_Download_Station_Web_API.pdf
[doc.2]:http://ukdl.synology.com/download/Document/DeveloperGuide/Synology_File_Station_API_Guide.pdf
[doc.3]:http://ukdl.synology.com/download/Document/DeveloperGuide/Surveillance_Station_Web_API.pdf
[doc.1]:https://global.download.synology.com/download/Document/DeveloperGuide/Synology_Download_Station_Web_API.pdf
[doc.2]:https://global.download.synology.com/download/Document/DeveloperGuide/Synology_File_Station_API_Guide.pdf

5 comments on commit a1ea1bd

@hashar
Copy link
Contributor

@hashar hashar commented on a1ea1bd Sep 6, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh Sinology nicely documented their web API. Thank you for the links!

@thavel
Copy link
Owner Author

@thavel thavel commented on a1ea1bd Sep 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well... not all of them, unfortunately. I can't find anything from Synology about the Video Station.

@hashar
Copy link
Contributor

@hashar hashar commented on a1ea1bd Sep 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thavel I found a coffee script implementation https://github.com/JimRobs/syno/tree/master/src/syno Looks like they already reverse engineered VideoStation ( https://github.com/JimRobs/syno/blob/master/src/syno/VideoStation.coffee ) and VideoStationDTV ( https://github.com/JimRobs/syno/blob/master/src/syno/VideoStationDTV.coffee ) APIs. So it might just be about copy pasting (with proper authorship).

See also the related wiki page https://github.com/JimRobs/syno/wiki/Video-Station-API

@thavel
Copy link
Owner Author

@thavel thavel commented on a1ea1bd Sep 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's great, I'll definitively have a look later! Thank you.

@hashar
Copy link
Contributor

@hashar hashar commented on a1ea1bd Sep 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have filled it as #5 so you can easily find the pointers above.

Please sign in to comment.