I'm building a menu tree by using the getAllMarkets and building nodes by working backwards through the IDs/Names etc.
Works great........ til you want Horse Racing.
It seems the only way to get the horseracing race times is via getMarket which I can only call 5 times per minute, which would render my menu load time unbearable and comical ...
Any ideas how I can get this very important data from the API with the least amount of code/hassle?
Works great........ til you want Horse Racing.
It seems the only way to get the horseracing race times is via getMarket which I can only call 5 times per minute, which would render my menu load time unbearable and comical ...
Any ideas how I can get this very important data from the API with the least amount of code/hassle?


Comment