couchdb_dart library

Support for doing something awesome.

More dartdocs go here.

Classes

ApiResponse
AuthenticationError
BaseAuthentication
Authentication strategy Do the most work in BaseAuthentication Do the least amount of work in the http.BaseClient from getClient
BasicAuth
Implements an basic authentication strategy
CookieAuth
Implements cookie authentication
CouchDbClient
This is the underlying client used by other abstractions (Database, Document)
Database
Abstraction of the CouchDB database
Document
Abstraction for an CouchDB document
ErrorResponse
JsonErrorResponse
NoAuth
No authentication
ProxyAuth
Implements proxy authentication

Typedefs

Json = Map<String, dynamic>