Skip to content

Instantly share code, notes, and snippets.

@jmarmolejos
Created September 15, 2015 13:21
Show Gist options
  • Save jmarmolejos/7d133153d7e793a897cf to your computer and use it in GitHub Desktop.
Save jmarmolejos/7d133153d7e793a897cf to your computer and use it in GitHub Desktop.
private MyCouchUriBuilder GetCouchUrl()
{
// assuming you're using cloudant
return new MyCouchUriBuilder("https://[username].cloudant.com/")
.SetDbName("notifications")
.SetBasicCredentials("[usename]", "[password]");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment