thiagolocatelli / parse4j

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

ParseFile getData Not implemented #3

Closed mhotan closed 10 years ago

mhotan commented 10 years ago

ParseFile getData() is not implemented completely. Currently it is just returning null.

thiagolocatelli commented 10 years ago

Yes. GetData is being imemented at the moment. It will be fully working soon, Im planning a new release next week. On Mar 20, 2014 8:22 PM, "mhotan" notifications@github.com wrote:

ParseFile getData() is not implemented completely. Currently it is just returning null.

Reply to this email directly or view it on GitHubhttps://github.com/thiagolocatelli/parse4j/issues/3 .

mhotan commented 10 years ago

Sounds good appreciate it.

thiagolocatelli commented 10 years ago

Available in version 1.2

mhotan commented 10 years ago

Looks great thanks!