Skip to content

Commit

Permalink
provide getParams helper
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Oct 5, 2024
1 parent dc737f2 commit 4efc602
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/OddsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ public function getApiEndpoint(): string
return $this->apiEndpoint;
}

public function getParams(): array
{
return $this->params;
}

protected function get($endpoint): Response
{
try {
Expand Down

0 comments on commit 4efc602

Please sign in to comment.