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 1cd079d commit 0797dbdCopy full SHA for 0797dbd
README.md
@@ -26,8 +26,7 @@ import os
26
from increase import Increase
27
28
client = Increase(
29
- # This is the default and can be omitted
30
- api_key=os.environ.get("INCREASE_API_KEY"),
+ api_key=os.environ.get("INCREASE_API_KEY"), # This is the default and can be omitted
31
# defaults to "production".
32
environment="sandbox",
33
)
@@ -55,8 +54,7 @@ import asyncio
55
54
from increase import AsyncIncrease
56
57
client = AsyncIncrease(
58
59
60
61
62
0 commit comments