vkpymusic.Client
A class that stores the user agent string, client ID, and client secret.
Attributes:
Name | Type | Description |
---|---|---|
user_agent |
str
|
The user agent string. |
client_id |
str
|
The client ID. |
client_secret |
str
|
The client secret. |
__init__(user_agent, client_id, client_secret)
Initializes a Client object.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
user_agent
|
str
|
The user agent string. |
required |
client_id
|
str
|
The client ID. |
required |
client_secret
|
str
|
The client secret. |
required |