Skip to content
forked from lucholaf/LFParse

Objective-C library to interact with the parse.com REST services, could be useful in case you want to change the backend in the future.

License

Notifications You must be signed in to change notification settings

laugonz/LFParse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFParse

iOS library (Full ARC) to interact with the parse.com REST services, could be useful in case you want to change the backend in the future. I'm trying to keep the API consistent with current Parse SDK, so ideally a refactoring of PF* to LF* should make the migration.

Build

  • git submodule init
  • git submodule update
  • add a keys.h file to the project with this template and fill it with real parse.com keys. Pay attention that the key is the REST key and not the client key:
#define APP_ID @"..."
#define REST_KEY @"..."

Tests

Use target LFParseTests to run the unit tests.

About

Objective-C library to interact with the parse.com REST services, could be useful in case you want to change the backend in the future.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published