Open ishantanu opened 1 year ago
Hello,
I was looking at this SDK and noticed that the NewClient only returns a *Client.
NewClient
*Client
Returning an error along with a client like (*Client, error) would be a great help in case of any issues with the client.
(*Client, error)
Hello,
I was looking at this SDK and noticed that the
NewClient
only returns a*Client
.Returning an error along with a client like
(*Client, error)
would be a great help in case of any issues with the client.