You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Environment Variable
You may also set the API key via an environment variable:
```pythonfrom axiomatic import Axiomatic, UserRequirement
import os
os.environ["PLANTS_API_KEY"] ="YOUR_API_KEY"
client = Axiomatic()
Are you interested in contributing this feature?
Can do!
The text was updated successfully, but these errors were encountered:
Which Fern component?
SDK Generator
How important is this?
P0 - Critical (Blocking work)
What's the feature?
Feature Include env variable usage in the API key docs
Why? So that users of the generated SDK know that they can use the docs
Description
Now, when an environment variable is allowed for setting the client, API key, it is undocumented in the generated README.
generators.yml
resulting README.md:
Suggested README addition to "usage" section
Are you interested in contributing this feature?
Can do!
The text was updated successfully, but these errors were encountered: