Wrap Sharp Edges For example, the autocomplete example from earlier: ctx := context.WithValue( context.Background(), verify.ContextAPIKey, verify.APIKey{Key: client.apiKey} ) result, resp, err := verifyClient.DefaultApi.VerifyRequest( ctx, “json”, client.apiSecret, number, brand, verify.VerifyRequestOpts{})
@lornajane