Info
Version: | 4.0.0 |
Author(s): | danielwertheim |
Last Update: | Wednesday, November 25, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danielwertheim/MyCouch |
NuGet Url: | https://www.nuget.org/packages/MyCouch.Cloudant |
Install
Install-Package MyCouch.Cloudant
dotnet add package MyCouch.Cloudant
paket add MyCouch.Cloudant
MyCouch.Cloudant Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- MyCouch(>= 4.0.0)
- Newtonsoft.Json(7.0.1)
- MyCouch(>= 4.0.0)
- Newtonsoft.Json(7.0.1)
- MyCouch(>= 4.0.0)
- Newtonsoft.Json(7.0.1)
- MyCouch(>= 4.0.0)
- Newtonsoft.Json(7.0.1)
Tags
This package contains support for Cloudant specific features.
If you want pure CouchDB support go with the "MyCouch" package instead.
It tries to keep the domain language of Cloudant and CouchDB and lets you work with requests and responses but also provides you with an alternative simplifying async API. MyCouch lets you work with raw JSON and/or entities/POCOS without requiring any implementation of interfaces or base-classes etc, and it provides you with some model conventions like injection of $doctype to the document.