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 4ffe79d commit da53ffbCopy full SHA for da53ffb
README.md
@@ -26,8 +26,7 @@ import os
26
from lithic import Lithic
27
28
client = Lithic(
29
- # This is the default and can be omitted
30
- api_key=os.environ.get("LITHIC_API_KEY"),
+ api_key=os.environ.get("LITHIC_API_KEY"), # This is the default and can be omitted
31
# defaults to "production".
32
environment="sandbox",
33
)
@@ -53,8 +52,7 @@ import asyncio
53
52
from lithic import AsyncLithic
54
55
client = AsyncLithic(
56
57
58
59
60
0 commit comments