mirror of
https://github.com/taigrr/elevenlabs.git
synced 2026-04-02 03:08:57 -07:00
start migration of user
This commit is contained in:
17
client/user.go
Normal file
17
client/user.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package client
|
||||
|
||||
import (
|
||||
"context"
|
||||
"net/http"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func (c Client) GetUserInfoV1UserGet(ctx context.Context) (UserResponseModel, *http.Response, error) {
|
||||
localVarHttpMethod = strings.ToUpper("Get")
|
||||
localVarPath := a.client.cfg.BasePath + "/v1/user"
|
||||
}
|
||||
|
||||
func (c Client) GetSubscriptionInfo(ctx context.Context) error {
|
||||
localVarHttpMethod = strings.ToUpper("Get")
|
||||
localVarPath := a.client.cfg.BasePath + "/v1/user/subscription"
|
||||
}
|
||||
Reference in New Issue
Block a user