Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add example of video.insert #18

Open
1kaiser opened this issue Sep 12, 2021 · 1 comment
Open

add example of video.insert #18

1kaiser opened this issue Sep 12, 2021 · 1 comment

Comments

@1kaiser
Copy link

1kaiser commented Sep 12, 2021

import { YouTube } from 'https://deno.land/x/[email protected]/mod.ts';

let obj = new YouTube("your-api-key-here", "access-token-here");

obj.insert({part: "snippet", mine: true}).then(function(response){
console.log(response);
});

while running in google colab as example

@akshgpt7
Copy link
Owner

Most of the functions work the same way, so I didn't include examples of each and every function. The examples are there to just give an overview of the syntax and usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants