GitXplorerGitXplorer
S

LiveSDKHelper

public
12 stars
4 forks
2 issues

Commits

List of commits on branch master.
Unverified
c3b7d99de48fe92682e99636c68ed7b479d54ebd

Added "notebook" item type

SScottIsAFool committed 11 years ago
Unverified
9a35f8f5fcfeec113a598ef0d7bdb2a5d6624b83

Updated Readme and playground.

SScottIsAFool committed 11 years ago
Unverified
3f9506de53676e08fca387d34eaac7e503eed00d

Added MyFiles property to MyDetails

SScottIsAFool committed 11 years ago
Unverified
dceabc7995bb1b2d5b50d79a9932d6acea15a210

Merge pull request #3 from dotMorten/master

SScottIsAFool committed 11 years ago
Unverified
5e3c60f54c0d2305856435701db714b5a54933ad

Added CalendarEvent(s). Added static JSON creators that needs no external dependencies for simple quick parsing of results. Made non-settable properties, well errr... non-settable (only settable via JSON deserialization).

ddotMorten committed 11 years ago
Unverified
5ace679059c0aba4cd938aeeef715cefbbdd62c7

Updated Readme

SScottIsAFool committed 12 years ago

README

The README file for this repository.

LiveSDKHelper

What is it?

This is a helper library to enable a developer to more easily use the Microsoft Live SDK which can be trying at the best of times. With this library, things are made a lot easier.

#Code samples# More samples will be done in time, in the mean time, there is a Windows Phone 8 sample client that gives the basics on what can be done.

Latest version

Latest version is 0.1.0.7 which can be pulled down from nuget by doing the following command:

Install-Package LiveSDKHelper

Release History

0.1.0.7: Added static methods for calendar events to automatically deserialise the result. Added a MyFiles property to the MyDetails class.

0.1.0.6: Changed item size to be long rather than int as file sizes are in bytes and can get large.