0

I am new to Parse.com and have some data stored in my database class (musical_data).

Is it possible to send a get request in my browser and have it return JSON to me? I have tried to retrieve the data, but can't figure out how to display the database class data in JSON via my browser.

Thanks

Example, this CURL form works.. But I want to type it into the browser url bar.

  curl -X GET \
    -H "X-Parse-Application-Id: wfwefwefwef" \
    -H "X-Parse-REST-API-Key: wefwefwe123" \
    https://api.parse.com/1/classes/musical_data

1 Answer 1

1

This format should work in the browser:

https://APPID:[email protected]/1/classes/musical_data

Replace APPID with your application id and replace JSKEY with your JavaScript key

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.