Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.57 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.57 KB

SchedulesDirect.NET

.NET Wrapper for SchedulesDirect.org 20141201 JSON API

SchedulesDirect.org

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:

There is currently no error handling.

Written in Visual Studio 2015.