.NET Wrapper for SchedulesDirect.org 20141201 JSON API
Based upon the API documented at https://github.com/SchedulesDirect/JSON-Service/wiki/API-20141201
You'll need your own account with your own username & password.
The password is a SHA1 hex representation of your SchedulesDirect password.
To keep it separate from this repository, I've setup an external file for the appSettings. There's a template in the App.config.
This is very much still a work in progress. Currently supported operations are:
- Obtain a token [GET /token]
- Getting status [POST /status]
- List the lineups a user has added to their account [GET /lineups]
- StationID / channel mapping for a lineup [GET /lineups/{COUNTRY}-{LINEUP}-{DEVICE}]
- Download program information [POST /programs]
There is currently no error handling.
Written in Visual Studio 2015.