From 4efc602dd0ac97a0cb2f7804e22ded1fa243de84 Mon Sep 17 00:00:00 2001 From: Seth Sharp Date: Sat, 5 Oct 2024 11:30:32 +1000 Subject: [PATCH] provide getParams helper --- src/OddsClient.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/OddsClient.php b/src/OddsClient.php index e7660fe..4bc3ea3 100644 --- a/src/OddsClient.php +++ b/src/OddsClient.php @@ -43,6 +43,11 @@ public function getApiEndpoint(): string return $this->apiEndpoint; } + public function getParams(): array + { + return $this->params; + } + protected function get($endpoint): Response { try {