Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "yt-api", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A light weight, easy, and super fast way of interacting with the YouTube Data API v3.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -12,4 +12,4 @@ # Welcome to the yt-api a light weight, easy, and super fast way of interacting with the YouTube Data API v3. | ||
```javascript | ||
const api = require("yt-api").VideoAPI; | ||
const API = new api("PASTE_API_KEY_HERE"); | ||
const api = require("yt-api"); | ||
const API = new api.Client("PASTE_API_KEY_HERE"); | ||
``` | ||
@@ -16,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8574