@getanyapi/sdk 0.46.0 → 0.46.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3713,7 +3713,7 @@ var InstagramNamespace = class {
|
|
|
3713
3713
|
*
|
|
3714
3714
|
* Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
|
|
3715
3715
|
*
|
|
3716
|
-
* Price: $0.
|
|
3716
|
+
* Price: $0.0012 per request.
|
|
3717
3717
|
*
|
|
3718
3718
|
* @example
|
|
3719
3719
|
* const res = await client.instagram.profile({ handle: "nasa" });
|
|
@@ -7698,7 +7698,7 @@ var YoutubeNamespace = class {
|
|
|
7698
7698
|
*
|
|
7699
7699
|
* Fetch a YouTube video or Short's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
|
|
7700
7700
|
*
|
|
7701
|
-
* Price: $0.
|
|
7701
|
+
* Price: $0.0009 per request.
|
|
7702
7702
|
*
|
|
7703
7703
|
* @example
|
|
7704
7704
|
* const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|