[Plugin] Http/s REST, blueprintable JSON query and Parse API manager [VaRest]

Here’s how you can use a “where query” for Parse for those of you wondering, because I certainly was.
If you look at Parse documentation for this everything seems to work as explained there.
This method works for me and I haven’t found any issues yet.

  • Set up a Parse Request Object with the “GET” verb and X Www Form Urlencoded" like you would normally.
  • “Parse Class” is whichever class you want to submit a query for. You can use the “Construct where query” method if you want, but I find this quicker.

NOTE: I had to use the PercentEncode function in order for this to work my iOS device.