- 31 Jan, 2013 1 commit
-
-
David Robinson committed
-
- 29 Jan, 2013 1 commit
-
-
Added ability to access a parse_rest.Object like a dictionary or an iterable, along with test cases for that functionality.
David Robinson committed
-
- 26 Jan, 2013 1 commit
-
-
Added details of User class to README.mkd. Added exception if APPLICATION_ID or REST_API_KEY is not set. Changed parse to parse_rest in a few lines of the docs.
David Robinson committed
-
- 25 Jan, 2013 1 commit
-
-
Redesigned User class so that it could work as an object (adding and saving attributes, added delete method, and lets it save a session token). Required changing UserQuery as well. Added a few appropriate test cases in TestUser class. Finally, added ParseError exception class. Addresses issue in #5.
David Robinson committed
-
- 23 Jan, 2013 3 commits
-
-
David Robinson committed
-
Incorrect usage of string join method
David Robinson committed -
Uri Kogan committed
-
- 19 Jan, 2013 2 commits
-
-
David Robinson committed
-
Added Function class to handle calling CloudCode functions. Also added test cases for hello and averageStars functions, which necessitated adding a cloudcode directory to upload those functions to the test application, as well as requiring MASTER_KEY in the settings_local.py file. Added CloudCode documentation to README.mkd.
David Robinson committed
-
- 15 Jan, 2013 1 commit
-
-
David Robinson committed
-
- 14 Jan, 2013 4 commits
-
-
David Robinson committed
-
David Robinson committed
-
Made changes consistent between commits (REST_API_KEY), also changed README to refer to parse_rest, and changed contact email to mine.
David Robinson committed -
Changed name and folder of package to 'parse_rest' to conform with pep8 standards, along with associated tests.
David Robinson committed
-
- 11 Jan, 2013 1 commit
-
-
David Robinson committed
-
- 10 Jan, 2013 2 commits
-
-
Rename MASTER_KEY to REST_API_KEY
David Robinson committed -
Adam Awan committed
-
- 09 Jan, 2013 3 commits
-
-
Raphael Lullis committed
-
Removing all the Parse prefix name from classes (except for ParseBase and ParseResource, which are classes that are just base classes). Also, adding a very basic Push class.
Raphael Lullis committed -
Adding support to ParseUser handling, account creation, login, and querying (through ParseUserQuery class)
Raphael Lullis committed
-
- 24 Dec, 2012 3 commits
-
-
Raphael Lullis committed
-
Raphael Lullis committed
-
The code was doing request using the master key as a parameter for the request. This was completely wrong. The correct key is API_KEY. Fixed.
Raphael Lullis committed
-
- 17 Dec, 2012 5 commits
-
-
Cleaning up the code a little bit, and removing all print statements from code (WSGI does not accept them)
Raphael Lullis committed -
Raphael Lullis committed
-
Raphael Lullis committed
-
Raphael Lullis committed
-
Raphael Lullis committed
-
- 18 Nov, 2012 2 commits
-
-
Billy Tobon committed
-
fliping POINT(latitude longitude) to POINT(longitude latitude)
Billy Tobon committed
-
- 11 Nov, 2012 1 commit
-
-
regex wasn't parsing negative latitudes.
Billy Tobon committed
-
- 05 Nov, 2012 5 commits
-
-
David Robinson committed
-
geoPoints
David Robinson committed -
Billy Tobon committed
-
Billy Tobon committed
-
GeoPoints use string with format POINT(lat lon)
Billy Tobon committed
-
- 10 Apr, 2012 2 commits
-
-
David Robinson committed
-
Fixed authentication, since Parse appears to have changed their API. Added tests.py with unit tests for ParseObject and ParseQuery classes. Added ParseObject.increment(key) method. pep8 compliance changes, mostly removing end of line whitespace
David Robinson committed
-
- 29 Feb, 2012 2 commits