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 bae2dc9 commit abfec58Copy full SHA for abfec58
README.md
@@ -28,8 +28,7 @@ import os
28
from arcadepy import Arcade
29
30
client = Arcade(
31
- # This is the default and can be omitted
32
- api_key=os.environ.get("ARCADE_API_KEY"),
+ api_key=os.environ.get("ARCADE_API_KEY"), # This is the default and can be omitted
33
)
34
35
response = client.tools.execute(
@@ -56,8 +55,7 @@ import asyncio
56
55
from arcadepy import AsyncArcade
57
58
client = AsyncArcade(
59
60
61
62
63
0 commit comments