route360 / r360-js

Route360° JavaScript API (now Targomo)
https://www.targomo.com/developers/
MIT License
174 stars 37 forks source link

Demo throwing 404 not found errors #13

Closed tayden closed 9 years ago

tayden commented 9 years ago

The demo seems to be throwing not found errors as a result of the call to "http://api.route360.net/api_developers/v1/...". I'm getting this error with my own calls to the API also, so I suspect it's a bug in the API

tayden commented 9 years ago

Could be because http://developers.route360.net/download/basic/raphael-min.js isn't available

gerbsen commented 9 years ago

hey tayden, thanks for your bug report, the default service url for the demo ist http://api.route360.net/api_dev. Could you tell me where you encountered this URL?

tayden commented 9 years ago

hey gerbsen, At http://developers.route360.net/download/basic/basic_demo_key.html the browser console returns errors. r360.config.serviceUrl returns this address also.

tayden commented 9 years ago

Created pull request #14 which fixes the broken link.