adamski / RestRequest

JUCE module for making HTTP requests to REST API's
MIT License
63 stars 8 forks source link

propertyAsVar undefined #1

Closed JordanMichael2158 closed 7 years ago

JordanMichael2158 commented 7 years ago

The object "propertyAsVar" is undefined. This is used in your example. As a result I cannot get any fields to actually be included in a post request.

adamski commented 7 years ago

Yes, that method was indeed part of another class. I will update the example to simplify it. If you look at the code you will see that the field method simply accepts a var object.