Skip to content

Commit

Permalink
Merge branch 'main' into feature-client-transport-config
Browse files Browse the repository at this point in the history
  • Loading branch information
muratmirgun committed Jan 6, 2024
2 parents 5fe8437 + 17634ba commit 6c8e784
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client.go
Expand Up @@ -11,7 +11,7 @@ import (
)

var (
version = "v0.0.6"
version = "v0.1.0"
)

type Client struct {
Expand Down Expand Up @@ -86,7 +86,6 @@ func (c *Client) Ping() bool {
func (c *Client) TokenAuth(token string) *Client {
c.Transport.header.Set("Authorization", "Bearer "+token)
c.Transport.header.Set("apikey", token)
return c
}

// ChangeSchema modifies the schema for subsequent requests.
Expand Down

0 comments on commit 6c8e784

Please sign in to comment.