I am trying to do a highscore system. I have used parse for multiple android applicationsusing android studio. I have very little experience doing JSON. Android studio was quick and easy. Send a parse object over with a BLOB, almost no JSON language experience required.
I have this query
I get a response of a parse html page showing not found from my onComplete print string.
Does anyone have an experience with this to point me in the right direction?
My Post string says “classes/Score”.
I have tried different combinations and have no problem sending data with the API console. i just cant figure out how to get it to work with the vaRest.