thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
143 stars 117 forks source link

To be used with hosted parse server #68

Open dhrumeshgandhi opened 8 years ago

dhrumeshgandhi commented 8 years ago

Can i modify this project to make it usable with hosted parse? Or can you help me with using REST API ?

giovanymoreno commented 8 years ago

There is a Pull Request in progress related to this, but it's not complete/merged yet...

raytrask commented 8 years ago

@thiagolocatelli , I updated the documentation in pull request #69

freddi301 commented 7 years ago

No signature of method: static org.parse4j.Parse.initialize() is applicable for argument types: (java.lang.String, java.lang.String, java.lang.String) version 1.4

Used in grails project. I need to point to selfhosted parse. Used in production. Could you upload a build for this? Thank you