Connect Bookingengine with API: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
Markkinchin (talk | contribs) |
||
| Line 46: | Line 46: | ||
These functions are only suitable for looking up data for one particular booking condition in real time, they are not intended to read bulk data for caching. | These functions are only suitable for looking up data for one particular booking condition in real time, they are not intended to read bulk data for caching. | ||
Any strategy that requires more than a few API calls for a live request should use the caching strategy. | Any strategy that requires more than a few API calls for a live request should use the caching strategy, otherwise you risk slow page times and possible failure due to API limiting. | ||
== Bookings == | == Bookings == | ||