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 8a48f20 commit 390a91cCopy full SHA for 390a91c
README.md
@@ -26,8 +26,7 @@ import os
26
from orb import Orb
27
28
client = Orb(
29
- # This is the default and can be omitted
30
- api_key=os.environ.get("ORB_API_KEY"),
+ api_key=os.environ.get("ORB_API_KEY"), # This is the default and can be omitted
31
)
32
33
customer = client.customers.create(
@@ -52,8 +51,7 @@ import asyncio
52
51
from orb import AsyncOrb
53
54
client = AsyncOrb(
55
56
57
58
59
0 commit comments