RestExtras.YoutubeProxy¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The developer API key |
||
r/w |
The ClientLogin token |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class RestExtras.YoutubeProxy(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new_with_auth(developer_key, user_auth)¶
- Parameters:
- Return type:
- upload_async(filename, fields, incomplete, callback, weak_object, *user_data)¶
- Parameters:
filename (
str
) – filenameincomplete (
bool
) – incompletecallback (
RestExtras.YoutubeProxyUploadCallback
) – callback to invoke upon completionweak_object (
GObject.Object
) – an object instance used to tie the life cycle of the proxy touser_data (
object
orNone
) – user data to pass to the callback
- Raises:
- Returns:
- Return type:
Upload a file.
Property Details¶
- RestExtras.YoutubeProxy.props.developer_key¶
- Name:
developer-key
- Type:
- Default Value:
- Flags:
The developer API key