You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: