@getanyapi/sdk 0.37.0 → 0.37.1
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.d.cts
CHANGED
|
@@ -32384,7 +32384,7 @@ declare class RedditNamespace {
|
|
|
32384
32384
|
*
|
|
32385
32385
|
* Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
|
|
32386
32386
|
*
|
|
32387
|
-
* Price: $0.
|
|
32387
|
+
* Price: $0.0009 per request.
|
|
32388
32388
|
*
|
|
32389
32389
|
* @example
|
|
32390
32390
|
* const res = await client.reddit.post({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
|
|
@@ -32435,7 +32435,7 @@ declare class RedditNamespace {
|
|
|
32435
32435
|
*
|
|
32436
32436
|
* Search Reddit posts across all subreddits by query.
|
|
32437
32437
|
*
|
|
32438
|
-
* Price: $0.
|
|
32438
|
+
* Price: $0.0009 per request.
|
|
32439
32439
|
*
|
|
32440
32440
|
* @example
|
|
32441
32441
|
* const res = await client.reddit.search({ query: "mechanical keyboard" });
|
package/dist/index.d.ts
CHANGED
|
@@ -32384,7 +32384,7 @@ declare class RedditNamespace {
|
|
|
32384
32384
|
*
|
|
32385
32385
|
* Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
|
|
32386
32386
|
*
|
|
32387
|
-
* Price: $0.
|
|
32387
|
+
* Price: $0.0009 per request.
|
|
32388
32388
|
*
|
|
32389
32389
|
* @example
|
|
32390
32390
|
* const res = await client.reddit.post({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
|
|
@@ -32435,7 +32435,7 @@ declare class RedditNamespace {
|
|
|
32435
32435
|
*
|
|
32436
32436
|
* Search Reddit posts across all subreddits by query.
|
|
32437
32437
|
*
|
|
32438
|
-
* Price: $0.
|
|
32438
|
+
* Price: $0.0009 per request.
|
|
32439
32439
|
*
|
|
32440
32440
|
* @example
|
|
32441
32441
|
* const res = await client.reddit.search({ query: "mechanical keyboard" });
|
package/dist/index.js
CHANGED
|
@@ -4757,7 +4757,7 @@ var RedditNamespace = class {
|
|
|
4757
4757
|
*
|
|
4758
4758
|
* Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
|
|
4759
4759
|
*
|
|
4760
|
-
* Price: $0.
|
|
4760
|
+
* Price: $0.0009 per request.
|
|
4761
4761
|
*
|
|
4762
4762
|
* @example
|
|
4763
4763
|
* const res = await client.reddit.post({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
|
|
@@ -4825,7 +4825,7 @@ var RedditNamespace = class {
|
|
|
4825
4825
|
*
|
|
4826
4826
|
* Search Reddit posts across all subreddits by query.
|
|
4827
4827
|
*
|
|
4828
|
-
* Price: $0.
|
|
4828
|
+
* Price: $0.0009 per request.
|
|
4829
4829
|
*
|
|
4830
4830
|
* @example
|
|
4831
4831
|
* const res = await client.reddit.search({ query: "mechanical keyboard" });
|