adelevie / parse-ruby-client

A simple Ruby client for the parse.com REST API
MIT License
415 stars 137 forks source link

Switch off parse.com #217

Closed rhymes closed 7 years ago

rhymes commented 7 years ago

The library by default still connects to Parse.com which does not exist anymore, we should remove it and make passing a host a required thing. See https://github.com/adelevie/parse-ruby-client/blob/master/lib/parse/protocol.rb#L9

We should also replace all references to Parse.com doc in the code to https://parseplatform.github.io/docs/rest/guide/

xavdid commented 7 years ago

Nice, yeah. We'll have to make the host a required param since there's no default to fall back to. Good call!

rhymes commented 7 years ago

@xavdid Have a look at #220 and let me know :)

rhymes commented 7 years ago

Fixed by #220