You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@ A wrapper simplifies the usage and implementation of powerful APIs like "The Odd
18
18
# Contribution Guide
19
19
This is an open-source project, so contributions are welcome! Whether you want to add new features, fix bugs, or improve documentation, your help is appreciated. Submit your PR for review and I will review them as soon as possible.
20
20
21
+
**Sport Enum opportunity**
22
+
This package uses an enum to define the sports you can pass to the endpoints, this ensures you don't make a typo or have
23
+
to worry about remembering the exact grammar. Currently, there are only a couple sports so if you need the support for more,
24
+
make a PR to add them in.
25
+
21
26
# Steps for Installation
22
27
### Composer
23
28
```bash
@@ -30,6 +35,57 @@ This file contains some essential information the Client requires to make succes
0 commit comments