-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Current Behavior
The code example at the bottom of the get started instructions in the README currently only imports createClient.
Desired Behavior
Import the entire SDK.
Benefits & Value
It's good practice to only import what you need, but in the context of a README example meant to help people begin using the SDK for a variety of purposes, it may be more helpful to import the entire SDK, so users don't encounter errors if they try to add on to the example. This is what we are already doing in the Go README.
Additional information
No response
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation