mirror of
https://github.com/taigrr/elevenlabs.git
synced 2026-04-02 03:08:57 -07:00
move error over to client
This commit is contained in:
@@ -2,6 +2,8 @@ package client
|
||||
|
||||
const apiEndpoint = "https://api.elevenlabs.io"
|
||||
|
||||
var ErrUnauthorized error
|
||||
|
||||
type Client struct {
|
||||
apiKey string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user