0

I'm struggling with knowing how to do the following. I want to do functionality similar to:

     --data-urlencode 'where={"playerName":"Jonathan Walsh"}' \
     --data-urlencode 'limit=100' \

but I would quite like to do this in one --data-urlencode request. Is this possible? And could someone show me what the url would look like?

Thanks

1 Answer 1

4

It will looks like:
https://api.parse.com/1/classes/GameScore?where={%22playerName%22:%22Jonathan%20Walsh%22}&limit=100

Your another question is using one request, or one --data-urlencode? FYI, you could use several --data-urlencode in one request.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.