Skip to content

Instantly share code, notes, and snippets.

@badmetacoder
Created November 1, 2012 17:06
Show Gist options
  • Save badmetacoder/3995066 to your computer and use it in GitHub Desktop.
Save badmetacoder/3995066 to your computer and use it in GitHub Desktop.
couchdb-connector
PushDefinition pd = u.createPushDefinition()
pd.setOutputType('couchdb')
pd.setOutputParam('host', 'couchdb.example.com')
pd.setOutputParam('db_name', 'twitter')
pd.setOutputParam('server_level_auth.username', 'myuser')
pd.setOutputParam('server_level_auth.password', 'mypass')
pd.validate()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment