Commit c12e2e71 by Ivan Nikolic

Add config object

parent 6e261e83
from parse_rest.connection import API_ROOT
from parse_rest.datatypes import ParseResource
class Config(ParseResource):
ENDPOINT_ROOT = '/'.join([API_ROOT, 'config'])
@classmethod
def get(cls):
return cls.GET('').get('params')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment