YamNet.Client
0.5.0
An unofficial Yammer REST API .NET (async) wrapper. This library can be used for .Net 3.5+, Silverlight 5+, WP8+, Xamarin.iOS, and Xamarin.Android projects.
Release Notes
## 0.5 - <small>2014/12/14</small>
* **BREAKING CHANGE:**
* Updated return type for `Message` client to `MessageEnvelope` from `IQueryable<Message>`.
* Updated `RelationshipClient` parameter to accept `Relation[]` from `Dictionary<string, RelationshipType>`.
* Top-level `User` DTO classes has been renamed for consistency.
* Added `References` type to `MessageEnvelope` ([#2](https://github.com/hhandoko/yam-dotnet/issues/2)).
* Added `Page` type to `SearchEnvelope`.
* Added `Notification` client.
* Added `GetAllBookmarked()` in `Message` client (undocumented).
* Added `GetAllLiked()` in `Message` client (undocumented).
Dependencies
-
.NETFramework 3.5
- AsyncBridge.Net35 (>= 0.2.0)
- RestSharp (>= 105.0.1)
- TaskParallelLibrary (>= 1.0.2856)
-
.NETFramework 4.0
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.28)
-
.NETFramework 4.5
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.28)
-
All Frameworks
- Newtonsoft.Json (>= 6.0.6)
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.28)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.28)