We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5528146 commit ec97903Copy full SHA for ec97903
README.md
@@ -22,7 +22,7 @@ First, import the `RatpAPI` class and initialize it with your API key:
22
```python
23
from ratp_api.main import RatpAPI
24
25
-api = RatpAPI(api_key="your_api_key")
+api = RatpAPI()
26
```
27
28
### Using the LineID Enum
0 commit comments