Building a Mobile App with the Edmunds API and Appery.io [Video] Feb 07 2014 Share this:Click to share on Twitter (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on Pocket (Opens in new window)Click to email this to a friend (Opens in new window)Click to print (Opens in new window) Related
hello – thank you for the video I am following your instructions exactly but get the following error when I test My error is: Can’t perform substitution for {model} any help would be great! Reply
looks like that fixed the issue – how would i builf another element for submodel, the same way ? Thanks for your help! Reply
Check Edmunds API to see how to construct such request. From this example, you can place placeholders in the URL and replace them with values when you run the app. Reply
hello – thank you for the video
I am following your instructions exactly but get the following error when I test
My error is: Can’t perform substitution for {model}
any help would be great!
Can you post a screen shot of the Test tab?
there is not a way to post an image here?
Here is a screenshot:
You need to enter values for make, model, and year.
I get the same error even if I enter values
I think you have a syntax typo: {model –> {model}
ok fixed that and still getting this as an error?
Rename {model} to {carmodel} and see if that helps. Do that in the URL and Request tabs.
looks like that fixed the issue – how would i builf another element for submodel, the same way ?
Thanks for your help!
specifically , I am trying to grab the honda civic natural gas submodel….
Check Edmunds API to see how to construct such request. From this example, you can place placeholders in the URL and replace them with values when you run the app.