Forum
Get House Price
The web interface is not functional as it does not parse the inputs into JSON object. And secondly, the web interface does not take into consideration for null inputs.
And even after I parse my object into JSON object, for instance, {'country':'Singapore', 'regionInput':null, 'cityInput':null, 'locationInput':'Ang Mo Kio', 'districtInput':'20', 'houseTypeInput':'HDB', 'roomTypeInput':'Executive'}, which is one of the returned valid datapoint. It returns me a bad request of {"error":{"statusCode":400,"name":"Error","message":"country is a required argument"}}
Thirdly, if the fields are stated required, does that mean other fields in the api request itself are optional? And if so, does that mean if I input in country as Singapore and location as Ang Mo Kio, will it return all the datapoints that satisfy both conditions?
Lastly, it would be nice if you save the text input of the user in the "Ask a Question" section, such that in the case that [Error: You need to fill out your name and email!], the user (me) do not have to retype everything again.
Start typing markdown or type / to insert a block