Skip to content

Wiki out of date for Parse PHP SDK #3446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
montymxb opened this issue Jan 29, 2017 · 2 comments
Closed

Wiki out of date for Parse PHP SDK #3446

montymxb opened this issue Jan 29, 2017 · 2 comments

Comments

@montymxb
Copy link
Contributor

The Parse PHP SDK reference in the wiki is currently out of date. A correct call to ParseClient::setServerURL should take 2 parameters, a url and a mount path.

It currently is:

ParseClient::initialize('YOUR_APP_ID', 'YOUR_CLIENT_KEY', 'YOUR_MASTER_KEY');
ParseClient::setServerURL('http://localhost:1337/parse');

It should be:

ParseClient::initialize('YOUR_APP_ID', 'YOUR_CLIENT_KEY', 'YOUR_MASTER_KEY');
ParseClient::setServerURL('http://localhost:1337', 'parse');

If any of the maintainers can make this change it would be much appreciated!

@hramos
Copy link
Contributor

hramos commented Feb 9, 2017

The docs are now hosted at http://parseplatform.github.io/docs/php/guide/. Can you open the issue at the corresponding repo (https://github.com/ParsePlatform/docs), or (even better) send a PR?

@hramos hramos closed this as completed Feb 9, 2017
@montymxb
Copy link
Contributor Author

montymxb commented Feb 9, 2017

@hramos I was wondering about the docs repository, thanks for clarifying. I'll send a PR there when I have a moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants