Litmos API (0)
June 7th, 2010 by Lloyd, under .NET, C#, ExtJS, LMS, Litmos, REST, Web Development, Web Services.
I spent the weekend working on writing a better API wrapper for Litmos, if you don’t know what Litmos is it’s a Learning Management System; it’s quite simple and uses ExtJS in some parts and has a nice REST API for management which is the part I’ve been wrapping.
Litmos itself provides a .NET 3 WCF service however it’s limited and requires you to know/understand the underlying REST calls. I removed these requirements and wrote it as an object orientated framework for .NET 2.0. Currently it’s only available as a repository checkout from Google Code but I’m working on a proper binary release.
Check out the project space here.