This content has been marked as final.
Show 2 replies
-
1. Re: Understanding APIs
Sudarshan Thiagarajan Jul 30, 2013 8:32 PM (in response to ottz0)Different APIs are engineered differently.
Since you've mentioned you're looking at building something based on Expedia API, this is the best resource out there for you: http://developer.ean.com/docs/read/Home
-
2. Re: Understanding APIs
ottz0 Jul 30, 2013 8:43 PM (in response to Sudarshan Thiagarajan)Awesome thanks, been there though
How does this work though? Are you making multiple calls via jsnop to their server for the latest information?
Or is the information stored in Mysql and dynamically updated via a script?
If 1000's of calls are being made from my site to theirs this would slow down right? so I would need to store the data on my server and that defeats the purpose of xml?
Also if the only way to get cross domain via a browser is with JSNOP, why isnt anyone using this?
Thanks



