From 7ebaab109812ada02904213cb7cf11a52d0082ae Mon Sep 17 00:00:00 2001 From: Pinnacle API <31601407+pinnacleapi@users.noreply.github.com> Date: Thu, 16 Aug 2018 13:44:42 -0400 Subject: [PATCH] Updated best practice --- FairUsePolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FairUsePolicy.md b/FairUsePolicy.md index 9f6b1ce..72e01f9 100644 --- a/FairUsePolicy.md +++ b/FairUsePolicy.md @@ -35,5 +35,5 @@ The following limitations must be observed per sport: ### Best practice +First issue a snaphost call (without the `since` parameter) and continue with the delta cals (with the `since` parameter). This would result in faster response time and smaller response payload, as a result, client will have get the odds/fixtures updates faster. -Please use a delta /fixtures and /odds calls (with the since parameter) instead of a snapshot /fixtures and /odds calls (without since parameter).