ParseClient
An Elixir client for the parse.com REST API
Setup
Set environment variables using your parse.com project settings.
Ubuntu example in ./bash_profile or ./bashrc
PARSE_REST_API_KEY=my_REST_API_key
PARSE_APPLICATION_ID=my_Application_ID
Goals
- Develop a full featured REST API for parse.com
- Distribute as a Hex package
- Discover, learn and have fun!
Documentation
Generated docs are hosted on our GitHub page http://elixircnx.github.io/docs/parse_elixir_client
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Warning!
This client is not ready to be used in production yet.
License
MIT