Skip to content

Instantly share code, notes, and snippets.

@ojii
Created February 20, 2012 16:20
Show Gist options
  • Save ojii/1869970 to your computer and use it in GitHub Desktop.
Save ojii/1869970 to your computer and use it in GitHub Desktop.
Create free Clickmap account
URI, POST
/api/account/register
data = {
'username': '...',
'password': '...',
'email': '...', # optional
}
ANSWER, JSON
{
'auth_key': '',
'api_key': '',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment