Forked from aguynamedben/simplegeo-com.python.add_record1.py
Created
June 23, 2011 17:58
-
-
Save mager/1043128 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> from simplegeo.models import Record, Client | |
>>> client = Client('your-oauth-token', 'your-oauth-secret') | |
>>> r = Record('com.simplegeo.test', '4', 37.786521, -122.397850) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment