Open
Description
Current Behavior
The code example at the bottom of the get started instructions in the README currently only imports Client
.
Desired Behavior
We should import the entire SDK instead, like we do for Go.
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.
Additional information
No response