We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c206b commit 2a9e539Copy full SHA for 2a9e539
README.md
@@ -12,7 +12,7 @@ Opsgenie API documentation can be found at https://docs.opsgenie.com/docs/
12
You need an API token for communicating with tempo REST APIs.
13
14
```
15
-from tempoapiclient import client
+from opsgenie import client
16
17
schedulesApi = SchedulesApi(auth_token='<your_api_auth_token>)
18
0 commit comments