Version 0.9.2

Date 2015-04-12 (3,505 days ago)
Downloads 3,970 downloads
NuGet View on NuGet
GitHub View on GitHub

ยป Install via NuGet

Changelog for v0.9.2

Twitter
  • TwitterResponse and sub classes now expose rate limiting information (see ff45022).
GitHub
  • Introduced generic GitHubResponse<T> class. Response classes have been updated to extend this class (see 473475c, b755e91 and 29abacb).
Instagram
  • Introduced logic for getting a list of media liked by the authenticated user - thanks to @rasmusfjord (see 82f14e1 and b4cbfa5).
Other
  • Both the NuGet package and the ZIP file released here on GitHub now also contains Skybrud.Social.xml - a file with the XML documentation of the DLL.
  • Some of the validation in the various ParseResponse methods have now been normalized, so they will throw an exception of the type ArgumentNullExcetion if the specified response is null. Earlier some of the methods would just return null. This is probably most used internally in SKybrud.Social, and therefore not likely to affect your usage of this package (see 46a4aa2, 6ba65fc and 0ddff92).