Skip to content

iojancode/MyCouch.CloudantIAM

Repository files navigation

MyCouch.CloudantIAM

MyCouch extended client for Cloudant authentication methods, supports IAM ApiKey or Cookie based legacy credentials: https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-managing-access-for-cloudant

Package - MyCouch.CloudantIAM | Platforms - netstandard2.0, netstandard1.0

Example using IAM authentication

var client = new MyCouchCloudant("https://IAMApiKey@xxxxxxx-bluemix.cloudant.com", "mydb");

Example using Cookie authentication

var client = new MyCouchCloudant("https://user:password@xxxxxxx-bluemix.cloudant.com", "mydb");

Full documentation on how to use the library at https://github.com/danielwertheim/mycouch/wiki/documentation

Nuget

About

MyCouch extended client for Cloudant IAM authentication method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages