YamNet.Client
0.5.0
dotnet add package YamNet.Client --version 0.5.0
NuGet\Install-Package YamNet.Client -Version 0.5.0
<PackageReference Include="YamNet.Client" Version="0.5.0" />
paket add YamNet.Client --version 0.5.0
#r "nuget: YamNet.Client, 0.5.0"
// Install YamNet.Client as a Cake Addin #addin nuget:?package=YamNet.Client&version=0.5.0 // Install YamNet.Client as a Cake Tool #tool nuget:?package=YamNet.Client&version=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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.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)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
## 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).