Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
ParsePy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ParsePy
Commits
455c25a7
Commit
455c25a7
authored
Mar 10, 2013
by
Raphael Lullis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes to README formatting.
parent
a7bf6886
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
README.mkd
+5
-7
No files found.
README.mkd
View file @
455c25a7
...
...
@@ -77,7 +77,7 @@ from parse_rest.connection import register
register(<application_id>, <rest_api_key>[, master_key=None])
~~~
~~
Once your application calls
register
, you will be able to read, write
Once your application calls
`register`
, you will be able to read, write
and query for data at Parse.
...
...
@@ -107,12 +107,10 @@ first_object = Object()
In practice, you will probably want different classes for your
application to allow for a better organization in your own code.
So, let's say you want to make an online game, and you want to save the scoreboard on Parse.
For that, you decide to define a class called
`GameScore`
. All you
need to do to create such a class is to define a Python class that
inherts from
`parse_rest.datatypes.Object`
:
So, let's say you want to make an online game, and you want to save
the scoreboard on Parse. For that, you decide to define a class called
`GameScore`
. All you need to do to create such a class is to define a
Python class that inherts from
`parse_rest.datatypes.Object`
:
~~~
~~ {python}
from parse_rest.datatypes import Object
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment