@activepieces/piece-reddit 0.0.5 → 0.0.6
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/package.json +2 -2
- package/src/i18n/de.json +69 -69
- package/src/i18n/es.json +70 -70
- package/src/i18n/fr.json +71 -71
- package/src/i18n/ja.json +70 -70
- package/src/i18n/nl.json +71 -71
- package/src/i18n/pt.json +74 -74
- package/src/i18n/zh.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-reddit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"zod": "3.25.76",
|
|
14
14
|
"@activepieces/pieces-common": "0.7.0",
|
|
15
15
|
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
-
"@activepieces/shared": "0.19.
|
|
16
|
+
"@activepieces/shared": "0.19.1",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Reddit": "Reddit",
|
|
3
|
-
"Interact with Reddit - fetch and submit posts.": "
|
|
4
|
-
"\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\
|
|
5
|
-
"Retrieve Post": "
|
|
6
|
-
"Get Post Details": "
|
|
7
|
-
"Create Post": "
|
|
8
|
-
"Create Comment": "
|
|
9
|
-
"Fetch Post Comments": "
|
|
10
|
-
"Edit Post": "
|
|
11
|
-
"Edit Comment": "
|
|
12
|
-
"Delete Post": "
|
|
13
|
-
"Delete Comment": "
|
|
14
|
-
"Custom API Call": "
|
|
15
|
-
"Fetch top posts in a subreddit with optional size limit.": "
|
|
16
|
-
"Fetch detailed information about a specific Reddit post using its ID.": "
|
|
17
|
-
"Submit a new self (text) post to a subreddit.": "
|
|
18
|
-
"Comment on a Reddit post or reply to a comment.": "
|
|
19
|
-
"Fetch comments from a specific Reddit post.": "
|
|
20
|
-
"Edits the content of an existing Reddit post.": "
|
|
21
|
-
"Edits the content of an existing Reddit comment.": "
|
|
22
|
-
"Delete a specific Reddit post by ID.": "
|
|
23
|
-
"Delete a specific Reddit comment by ID.": "
|
|
24
|
-
"Make a custom API call to a specific endpoint": "
|
|
25
|
-
"Post Category": "Post
|
|
3
|
+
"Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
|
|
4
|
+
"\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
|
|
5
|
+
"Retrieve Post": "Retrieve Post",
|
|
6
|
+
"Get Post Details": "Get Post Details",
|
|
7
|
+
"Create Post": "Create Post",
|
|
8
|
+
"Create Comment": "Create Comment",
|
|
9
|
+
"Fetch Post Comments": "Fetch Post Comments",
|
|
10
|
+
"Edit Post": "Edit Post",
|
|
11
|
+
"Edit Comment": "Edit Comment",
|
|
12
|
+
"Delete Post": "Delete Post",
|
|
13
|
+
"Delete Comment": "Delete Comment",
|
|
14
|
+
"Custom API Call": "Custom API Call",
|
|
15
|
+
"Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
|
|
16
|
+
"Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
|
|
17
|
+
"Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
|
|
18
|
+
"Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
|
|
19
|
+
"Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
|
|
20
|
+
"Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
|
|
21
|
+
"Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
|
|
22
|
+
"Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
|
|
23
|
+
"Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
25
|
+
"Post Category": "Post Category",
|
|
26
26
|
"Subreddit": "Subreddit",
|
|
27
|
-
"Number of Posts": "
|
|
28
|
-
"Post ID": "Post
|
|
29
|
-
"Title": "
|
|
30
|
-
"Content": "
|
|
31
|
-
"Parent ID": "
|
|
32
|
-
"Comment Text": "
|
|
33
|
-
"Sort By": "
|
|
27
|
+
"Number of Posts": "Number of Posts",
|
|
28
|
+
"Post ID": "Post ID",
|
|
29
|
+
"Title": "Title",
|
|
30
|
+
"Content": "Content",
|
|
31
|
+
"Parent ID": "Parent ID",
|
|
32
|
+
"Comment Text": "Comment Text",
|
|
33
|
+
"Sort By": "Sort By",
|
|
34
34
|
"Limit": "Limit",
|
|
35
|
-
"New Post Content": "
|
|
36
|
-
"Comment ID": "
|
|
37
|
-
"New Comment Content": "
|
|
38
|
-
"Method": "
|
|
39
|
-
"Headers": "
|
|
40
|
-
"Query Parameters": "
|
|
41
|
-
"Body": "
|
|
42
|
-
"Response is Binary ?": "
|
|
43
|
-
"No Error on Failure": "
|
|
44
|
-
"Timeout (in seconds)": "Timeout (in
|
|
45
|
-
"Select the category of posts to retrieve": "
|
|
46
|
-
"The subreddit to fetch posts from": "
|
|
47
|
-
"Number of posts to fetch (max 100)": "
|
|
48
|
-
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "
|
|
49
|
-
"The subreddit to post in (without r/).": "
|
|
50
|
-
"Title of the Reddit post.": "
|
|
51
|
-
"Text content of the post.": "Text
|
|
52
|
-
"ID of the post (t3_*) or comment (t1_*) to reply to.": "ID
|
|
53
|
-
"Text of the comment.": "Text
|
|
54
|
-
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "
|
|
55
|
-
"Sorting method for comments": "
|
|
56
|
-
"Maximum number of top-level comments to fetch": "
|
|
57
|
-
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID
|
|
58
|
-
"Updated text content for the post.": "
|
|
59
|
-
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID
|
|
60
|
-
"Updated text content for the comment.": "
|
|
61
|
-
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID
|
|
62
|
-
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID
|
|
63
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
64
|
-
"Enable for files like PDFs, images, etc..": "
|
|
65
|
-
"Hot": "
|
|
66
|
-
"New": "
|
|
67
|
-
"Top": "
|
|
68
|
-
"Rising": "
|
|
69
|
-
"Controversial": "
|
|
70
|
-
"Best": "
|
|
71
|
-
"Old": "
|
|
72
|
-
"GET": "
|
|
35
|
+
"New Post Content": "New Post Content",
|
|
36
|
+
"Comment ID": "Comment ID",
|
|
37
|
+
"New Comment Content": "New Comment Content",
|
|
38
|
+
"Method": "Method",
|
|
39
|
+
"Headers": "Headers",
|
|
40
|
+
"Query Parameters": "Query Parameters",
|
|
41
|
+
"Body": "Body",
|
|
42
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
+
"No Error on Failure": "No Error on Failure",
|
|
44
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
45
|
+
"Select the category of posts to retrieve": "Select the category of posts to retrieve",
|
|
46
|
+
"The subreddit to fetch posts from": "The subreddit to fetch posts from",
|
|
47
|
+
"Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
|
|
48
|
+
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
|
|
49
|
+
"The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
|
|
50
|
+
"Title of the Reddit post.": "Title of the Reddit post.",
|
|
51
|
+
"Text content of the post.": "Text content of the post.",
|
|
52
|
+
"ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
|
|
53
|
+
"Text of the comment.": "Text of the comment.",
|
|
54
|
+
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
|
|
55
|
+
"Sorting method for comments": "Sorting method for comments",
|
|
56
|
+
"Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
|
|
57
|
+
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
|
|
58
|
+
"Updated text content for the post.": "Updated text content for the post.",
|
|
59
|
+
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
|
|
60
|
+
"Updated text content for the comment.": "Updated text content for the comment.",
|
|
61
|
+
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
|
|
62
|
+
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
|
|
63
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
64
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
65
|
+
"Hot": "Hot",
|
|
66
|
+
"New": "New",
|
|
67
|
+
"Top": "Top",
|
|
68
|
+
"Rising": "Rising",
|
|
69
|
+
"Controversial": "Controversial",
|
|
70
|
+
"Best": "Best",
|
|
71
|
+
"Old": "Old",
|
|
72
|
+
"GET": "GET",
|
|
73
73
|
"POST": "POST",
|
|
74
74
|
"PATCH": "PATCH",
|
|
75
75
|
"PUT": "PUT",
|
|
76
|
-
"DELETE": "
|
|
76
|
+
"DELETE": "DELETE",
|
|
77
77
|
"HEAD": "HEAD"
|
|
78
78
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Reddit": "Reddit",
|
|
3
|
-
"Interact with Reddit - fetch and submit posts.": "
|
|
3
|
+
"Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
|
|
4
4
|
"\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
|
|
5
|
-
"Retrieve Post": "
|
|
6
|
-
"Get Post Details": "
|
|
7
|
-
"Create Post": "
|
|
8
|
-
"Create Comment": "
|
|
9
|
-
"Fetch Post Comments": "
|
|
10
|
-
"Edit Post": "
|
|
11
|
-
"Edit Comment": "
|
|
12
|
-
"Delete Post": "
|
|
13
|
-
"Delete Comment": "
|
|
14
|
-
"Custom API Call": "
|
|
15
|
-
"Fetch top posts in a subreddit with optional size limit.": "
|
|
16
|
-
"Fetch detailed information about a specific Reddit post using its ID.": "
|
|
17
|
-
"Submit a new self (text) post to a subreddit.": "
|
|
18
|
-
"Comment on a Reddit post or reply to a comment.": "
|
|
19
|
-
"Fetch comments from a specific Reddit post.": "
|
|
20
|
-
"Edits the content of an existing Reddit post.": "
|
|
21
|
-
"Edits the content of an existing Reddit comment.": "
|
|
22
|
-
"Delete a specific Reddit post by ID.": "
|
|
23
|
-
"Delete a specific Reddit comment by ID.": "
|
|
24
|
-
"Make a custom API call to a specific endpoint": "
|
|
25
|
-
"Post Category": "
|
|
5
|
+
"Retrieve Post": "Retrieve Post",
|
|
6
|
+
"Get Post Details": "Get Post Details",
|
|
7
|
+
"Create Post": "Create Post",
|
|
8
|
+
"Create Comment": "Create Comment",
|
|
9
|
+
"Fetch Post Comments": "Fetch Post Comments",
|
|
10
|
+
"Edit Post": "Edit Post",
|
|
11
|
+
"Edit Comment": "Edit Comment",
|
|
12
|
+
"Delete Post": "Delete Post",
|
|
13
|
+
"Delete Comment": "Delete Comment",
|
|
14
|
+
"Custom API Call": "Custom API Call",
|
|
15
|
+
"Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
|
|
16
|
+
"Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
|
|
17
|
+
"Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
|
|
18
|
+
"Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
|
|
19
|
+
"Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
|
|
20
|
+
"Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
|
|
21
|
+
"Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
|
|
22
|
+
"Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
|
|
23
|
+
"Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
25
|
+
"Post Category": "Post Category",
|
|
26
26
|
"Subreddit": "Subreddit",
|
|
27
|
-
"Number of Posts": "
|
|
28
|
-
"Post ID": "ID
|
|
29
|
-
"Title": "
|
|
30
|
-
"Content": "
|
|
31
|
-
"Parent ID": "ID
|
|
32
|
-
"Comment Text": "
|
|
33
|
-
"Sort By": "
|
|
34
|
-
"Limit": "
|
|
35
|
-
"New Post Content": "
|
|
36
|
-
"Comment ID": "
|
|
37
|
-
"New Comment Content": "
|
|
38
|
-
"Method": "
|
|
39
|
-
"Headers": "
|
|
40
|
-
"Query Parameters": "
|
|
41
|
-
"Body": "
|
|
42
|
-
"Response is Binary ?": "
|
|
43
|
-
"No Error on Failure": "No
|
|
44
|
-
"Timeout (in seconds)": "
|
|
45
|
-
"Select the category of posts to retrieve": "
|
|
46
|
-
"The subreddit to fetch posts from": "
|
|
47
|
-
"Number of posts to fetch (max 100)": "
|
|
48
|
-
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "
|
|
49
|
-
"The subreddit to post in (without r/).": "
|
|
50
|
-
"Title of the Reddit post.": "
|
|
51
|
-
"Text content of the post.": "
|
|
52
|
-
"ID of the post (t3_*) or comment (t1_*) to reply to.": "ID
|
|
53
|
-
"Text of the comment.": "
|
|
54
|
-
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "
|
|
55
|
-
"Sorting method for comments": "
|
|
56
|
-
"Maximum number of top-level comments to fetch": "
|
|
57
|
-
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID
|
|
58
|
-
"Updated text content for the post.": "
|
|
59
|
-
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID
|
|
60
|
-
"Updated text content for the comment.": "
|
|
61
|
-
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID
|
|
62
|
-
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID
|
|
63
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
64
|
-
"Enable for files like PDFs, images, etc..": "
|
|
65
|
-
"Hot": "
|
|
66
|
-
"New": "
|
|
67
|
-
"Top": "
|
|
68
|
-
"Rising": "
|
|
69
|
-
"Controversial": "
|
|
70
|
-
"Best": "
|
|
71
|
-
"Old": "
|
|
72
|
-
"GET": "
|
|
27
|
+
"Number of Posts": "Number of Posts",
|
|
28
|
+
"Post ID": "Post ID",
|
|
29
|
+
"Title": "Title",
|
|
30
|
+
"Content": "Content",
|
|
31
|
+
"Parent ID": "Parent ID",
|
|
32
|
+
"Comment Text": "Comment Text",
|
|
33
|
+
"Sort By": "Sort By",
|
|
34
|
+
"Limit": "Limit",
|
|
35
|
+
"New Post Content": "New Post Content",
|
|
36
|
+
"Comment ID": "Comment ID",
|
|
37
|
+
"New Comment Content": "New Comment Content",
|
|
38
|
+
"Method": "Method",
|
|
39
|
+
"Headers": "Headers",
|
|
40
|
+
"Query Parameters": "Query Parameters",
|
|
41
|
+
"Body": "Body",
|
|
42
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
+
"No Error on Failure": "No Error on Failure",
|
|
44
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
45
|
+
"Select the category of posts to retrieve": "Select the category of posts to retrieve",
|
|
46
|
+
"The subreddit to fetch posts from": "The subreddit to fetch posts from",
|
|
47
|
+
"Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
|
|
48
|
+
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
|
|
49
|
+
"The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
|
|
50
|
+
"Title of the Reddit post.": "Title of the Reddit post.",
|
|
51
|
+
"Text content of the post.": "Text content of the post.",
|
|
52
|
+
"ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
|
|
53
|
+
"Text of the comment.": "Text of the comment.",
|
|
54
|
+
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
|
|
55
|
+
"Sorting method for comments": "Sorting method for comments",
|
|
56
|
+
"Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
|
|
57
|
+
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
|
|
58
|
+
"Updated text content for the post.": "Updated text content for the post.",
|
|
59
|
+
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
|
|
60
|
+
"Updated text content for the comment.": "Updated text content for the comment.",
|
|
61
|
+
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
|
|
62
|
+
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
|
|
63
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
64
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
65
|
+
"Hot": "Hot",
|
|
66
|
+
"New": "New",
|
|
67
|
+
"Top": "Top",
|
|
68
|
+
"Rising": "Rising",
|
|
69
|
+
"Controversial": "Controversial",
|
|
70
|
+
"Best": "Best",
|
|
71
|
+
"Old": "Old",
|
|
72
|
+
"GET": "GET",
|
|
73
73
|
"POST": "POST",
|
|
74
74
|
"PATCH": "PATCH",
|
|
75
75
|
"PUT": "PUT",
|
|
76
|
-
"DELETE": "
|
|
77
|
-
"HEAD": "
|
|
76
|
+
"DELETE": "DELETE",
|
|
77
|
+
"HEAD": "HEAD"
|
|
78
78
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Reddit": "Reddit",
|
|
3
|
-
"Interact with Reddit - fetch and submit posts.": "
|
|
3
|
+
"Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
|
|
4
4
|
"\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
|
|
5
|
-
"Retrieve Post": "
|
|
6
|
-
"Get Post Details": "
|
|
7
|
-
"Create Post": "
|
|
8
|
-
"Create Comment": "
|
|
9
|
-
"Fetch Post Comments": "
|
|
10
|
-
"Edit Post": "
|
|
11
|
-
"Edit Comment": "
|
|
12
|
-
"Delete Post": "
|
|
13
|
-
"Delete Comment": "
|
|
14
|
-
"Custom API Call": "
|
|
15
|
-
"Fetch top posts in a subreddit with optional size limit.": "
|
|
16
|
-
"Fetch detailed information about a specific Reddit post using its ID.": "
|
|
17
|
-
"Submit a new self (text) post to a subreddit.": "
|
|
18
|
-
"Comment on a Reddit post or reply to a comment.": "
|
|
19
|
-
"Fetch comments from a specific Reddit post.": "
|
|
20
|
-
"Edits the content of an existing Reddit post.": "
|
|
21
|
-
"Edits the content of an existing Reddit comment.": "
|
|
22
|
-
"Delete a specific Reddit post by ID.": "
|
|
23
|
-
"Delete a specific Reddit comment by ID.": "
|
|
24
|
-
"Make a custom API call to a specific endpoint": "
|
|
25
|
-
"Post Category": "
|
|
5
|
+
"Retrieve Post": "Retrieve Post",
|
|
6
|
+
"Get Post Details": "Get Post Details",
|
|
7
|
+
"Create Post": "Create Post",
|
|
8
|
+
"Create Comment": "Create Comment",
|
|
9
|
+
"Fetch Post Comments": "Fetch Post Comments",
|
|
10
|
+
"Edit Post": "Edit Post",
|
|
11
|
+
"Edit Comment": "Edit Comment",
|
|
12
|
+
"Delete Post": "Delete Post",
|
|
13
|
+
"Delete Comment": "Delete Comment",
|
|
14
|
+
"Custom API Call": "Custom API Call",
|
|
15
|
+
"Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
|
|
16
|
+
"Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
|
|
17
|
+
"Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
|
|
18
|
+
"Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
|
|
19
|
+
"Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
|
|
20
|
+
"Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
|
|
21
|
+
"Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
|
|
22
|
+
"Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
|
|
23
|
+
"Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
25
|
+
"Post Category": "Post Category",
|
|
26
26
|
"Subreddit": "Subreddit",
|
|
27
|
-
"Number of Posts": "
|
|
28
|
-
"Post ID": "ID
|
|
29
|
-
"Title": "
|
|
30
|
-
"Content": "
|
|
31
|
-
"Parent ID": "ID
|
|
32
|
-
"Comment Text": "
|
|
33
|
-
"Sort By": "
|
|
34
|
-
"Limit": "
|
|
35
|
-
"New Post Content": "
|
|
36
|
-
"Comment ID": "ID
|
|
37
|
-
"New Comment Content": "
|
|
38
|
-
"Method": "
|
|
39
|
-
"Headers": "
|
|
40
|
-
"Query Parameters": "
|
|
41
|
-
"Body": "
|
|
42
|
-
"Response is Binary ?": "
|
|
43
|
-
"No Error on Failure": "
|
|
44
|
-
"Timeout (in seconds)": "
|
|
45
|
-
"Select the category of posts to retrieve": "
|
|
46
|
-
"The subreddit to fetch posts from": "
|
|
47
|
-
"Number of posts to fetch (max 100)": "
|
|
48
|
-
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "
|
|
49
|
-
"The subreddit to post in (without r/).": "
|
|
50
|
-
"Title of the Reddit post.": "
|
|
51
|
-
"Text content of the post.": "
|
|
52
|
-
"ID of the post (t3_*) or comment (t1_*) to reply to.": "ID
|
|
53
|
-
"Text of the comment.": "
|
|
54
|
-
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "
|
|
55
|
-
"Sorting method for comments": "
|
|
56
|
-
"Maximum number of top-level comments to fetch": "
|
|
57
|
-
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID
|
|
58
|
-
"Updated text content for the post.": "
|
|
59
|
-
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID
|
|
60
|
-
"Updated text content for the comment.": "
|
|
61
|
-
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID
|
|
62
|
-
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID
|
|
63
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
64
|
-
"Enable for files like PDFs, images, etc..": "
|
|
65
|
-
"Hot": "
|
|
66
|
-
"New": "
|
|
67
|
-
"Top": "
|
|
68
|
-
"Rising": "
|
|
27
|
+
"Number of Posts": "Number of Posts",
|
|
28
|
+
"Post ID": "Post ID",
|
|
29
|
+
"Title": "Title",
|
|
30
|
+
"Content": "Content",
|
|
31
|
+
"Parent ID": "Parent ID",
|
|
32
|
+
"Comment Text": "Comment Text",
|
|
33
|
+
"Sort By": "Sort By",
|
|
34
|
+
"Limit": "Limit",
|
|
35
|
+
"New Post Content": "New Post Content",
|
|
36
|
+
"Comment ID": "Comment ID",
|
|
37
|
+
"New Comment Content": "New Comment Content",
|
|
38
|
+
"Method": "Method",
|
|
39
|
+
"Headers": "Headers",
|
|
40
|
+
"Query Parameters": "Query Parameters",
|
|
41
|
+
"Body": "Body",
|
|
42
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
+
"No Error on Failure": "No Error on Failure",
|
|
44
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
45
|
+
"Select the category of posts to retrieve": "Select the category of posts to retrieve",
|
|
46
|
+
"The subreddit to fetch posts from": "The subreddit to fetch posts from",
|
|
47
|
+
"Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
|
|
48
|
+
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
|
|
49
|
+
"The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
|
|
50
|
+
"Title of the Reddit post.": "Title of the Reddit post.",
|
|
51
|
+
"Text content of the post.": "Text content of the post.",
|
|
52
|
+
"ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
|
|
53
|
+
"Text of the comment.": "Text of the comment.",
|
|
54
|
+
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
|
|
55
|
+
"Sorting method for comments": "Sorting method for comments",
|
|
56
|
+
"Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
|
|
57
|
+
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
|
|
58
|
+
"Updated text content for the post.": "Updated text content for the post.",
|
|
59
|
+
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
|
|
60
|
+
"Updated text content for the comment.": "Updated text content for the comment.",
|
|
61
|
+
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
|
|
62
|
+
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
|
|
63
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
64
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
65
|
+
"Hot": "Hot",
|
|
66
|
+
"New": "New",
|
|
67
|
+
"Top": "Top",
|
|
68
|
+
"Rising": "Rising",
|
|
69
69
|
"Controversial": "Controversial",
|
|
70
|
-
"Best": "
|
|
71
|
-
"Old": "
|
|
72
|
-
"GET": "
|
|
73
|
-
"POST": "
|
|
70
|
+
"Best": "Best",
|
|
71
|
+
"Old": "Old",
|
|
72
|
+
"GET": "GET",
|
|
73
|
+
"POST": "POST",
|
|
74
74
|
"PATCH": "PATCH",
|
|
75
|
-
"PUT": "
|
|
76
|
-
"DELETE": "
|
|
77
|
-
"HEAD": "
|
|
75
|
+
"PUT": "PUT",
|
|
76
|
+
"DELETE": "DELETE",
|
|
77
|
+
"HEAD": "HEAD"
|
|
78
78
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Reddit": "Reddit",
|
|
3
|
-
"Interact with Reddit - fetch and submit posts.": "Reddit
|
|
3
|
+
"Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
|
|
4
4
|
"\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
|
|
5
|
-
"Retrieve Post": "
|
|
6
|
-
"Get Post Details": "
|
|
7
|
-
"Create Post": "
|
|
8
|
-
"Create Comment": "
|
|
9
|
-
"Fetch Post Comments": "
|
|
10
|
-
"Edit Post": "
|
|
11
|
-
"Edit Comment": "
|
|
12
|
-
"Delete Post": "
|
|
13
|
-
"Delete Comment": "
|
|
14
|
-
"Custom API Call": "
|
|
15
|
-
"Fetch top posts in a subreddit with optional size limit.": "
|
|
16
|
-
"Fetch detailed information about a specific Reddit post using its ID.": "
|
|
17
|
-
"Submit a new self (text) post to a subreddit.": "
|
|
18
|
-
"Comment on a Reddit post or reply to a comment.": "Reddit
|
|
19
|
-
"Fetch comments from a specific Reddit post.": "Reddit
|
|
20
|
-
"Edits the content of an existing Reddit post.": "
|
|
21
|
-
"Edits the content of an existing Reddit comment.": "
|
|
22
|
-
"Delete a specific Reddit post by ID.": "
|
|
23
|
-
"Delete a specific Reddit comment by ID.": "
|
|
24
|
-
"Make a custom API call to a specific endpoint": "
|
|
25
|
-
"Post Category": "
|
|
5
|
+
"Retrieve Post": "Retrieve Post",
|
|
6
|
+
"Get Post Details": "Get Post Details",
|
|
7
|
+
"Create Post": "Create Post",
|
|
8
|
+
"Create Comment": "Create Comment",
|
|
9
|
+
"Fetch Post Comments": "Fetch Post Comments",
|
|
10
|
+
"Edit Post": "Edit Post",
|
|
11
|
+
"Edit Comment": "Edit Comment",
|
|
12
|
+
"Delete Post": "Delete Post",
|
|
13
|
+
"Delete Comment": "Delete Comment",
|
|
14
|
+
"Custom API Call": "Custom API Call",
|
|
15
|
+
"Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
|
|
16
|
+
"Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
|
|
17
|
+
"Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
|
|
18
|
+
"Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
|
|
19
|
+
"Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
|
|
20
|
+
"Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
|
|
21
|
+
"Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
|
|
22
|
+
"Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
|
|
23
|
+
"Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
25
|
+
"Post Category": "Post Category",
|
|
26
26
|
"Subreddit": "Subreddit",
|
|
27
|
-
"Number of Posts": "
|
|
28
|
-
"Post ID": "
|
|
29
|
-
"Title": "
|
|
30
|
-
"Content": "
|
|
31
|
-
"Parent ID": "
|
|
32
|
-
"Comment Text": "
|
|
33
|
-
"Sort By": "
|
|
34
|
-
"Limit": "
|
|
35
|
-
"New Post Content": "
|
|
36
|
-
"Comment ID": "
|
|
37
|
-
"New Comment Content": "
|
|
38
|
-
"Method": "
|
|
39
|
-
"Headers": "
|
|
40
|
-
"Query Parameters": "
|
|
41
|
-
"Body": "
|
|
42
|
-
"Response is Binary ?": "
|
|
43
|
-
"No Error on Failure": "
|
|
44
|
-
"Timeout (in seconds)": "
|
|
45
|
-
"Select the category of posts to retrieve": "
|
|
46
|
-
"The subreddit to fetch posts from": "
|
|
47
|
-
"Number of posts to fetch (max 100)": "
|
|
48
|
-
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "Reddit
|
|
49
|
-
"The subreddit to post in (without r/).": "(r
|
|
50
|
-
"Title of the Reddit post.": "Reddit
|
|
51
|
-
"Text content of the post.": "
|
|
52
|
-
"ID of the post (t3_*) or comment (t1_*) to reply to.": "
|
|
53
|
-
"Text of the comment.": "
|
|
54
|
-
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "Reddit
|
|
55
|
-
"Sorting method for comments": "
|
|
56
|
-
"Maximum number of top-level comments to fetch": "
|
|
57
|
-
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "
|
|
58
|
-
"Updated text content for the post.": "
|
|
59
|
-
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "
|
|
60
|
-
"Updated text content for the comment.": "
|
|
61
|
-
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "
|
|
62
|
-
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "
|
|
63
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
64
|
-
"Enable for files like PDFs, images, etc..": "
|
|
65
|
-
"Hot": "
|
|
66
|
-
"New": "
|
|
67
|
-
"Top": "
|
|
68
|
-
"Rising": "
|
|
69
|
-
"Controversial": "
|
|
70
|
-
"Best": "
|
|
71
|
-
"Old": "
|
|
72
|
-
"GET": "
|
|
27
|
+
"Number of Posts": "Number of Posts",
|
|
28
|
+
"Post ID": "Post ID",
|
|
29
|
+
"Title": "Title",
|
|
30
|
+
"Content": "Content",
|
|
31
|
+
"Parent ID": "Parent ID",
|
|
32
|
+
"Comment Text": "Comment Text",
|
|
33
|
+
"Sort By": "Sort By",
|
|
34
|
+
"Limit": "Limit",
|
|
35
|
+
"New Post Content": "New Post Content",
|
|
36
|
+
"Comment ID": "Comment ID",
|
|
37
|
+
"New Comment Content": "New Comment Content",
|
|
38
|
+
"Method": "Method",
|
|
39
|
+
"Headers": "Headers",
|
|
40
|
+
"Query Parameters": "Query Parameters",
|
|
41
|
+
"Body": "Body",
|
|
42
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
+
"No Error on Failure": "No Error on Failure",
|
|
44
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
45
|
+
"Select the category of posts to retrieve": "Select the category of posts to retrieve",
|
|
46
|
+
"The subreddit to fetch posts from": "The subreddit to fetch posts from",
|
|
47
|
+
"Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
|
|
48
|
+
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
|
|
49
|
+
"The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
|
|
50
|
+
"Title of the Reddit post.": "Title of the Reddit post.",
|
|
51
|
+
"Text content of the post.": "Text content of the post.",
|
|
52
|
+
"ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
|
|
53
|
+
"Text of the comment.": "Text of the comment.",
|
|
54
|
+
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
|
|
55
|
+
"Sorting method for comments": "Sorting method for comments",
|
|
56
|
+
"Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
|
|
57
|
+
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
|
|
58
|
+
"Updated text content for the post.": "Updated text content for the post.",
|
|
59
|
+
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
|
|
60
|
+
"Updated text content for the comment.": "Updated text content for the comment.",
|
|
61
|
+
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
|
|
62
|
+
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
|
|
63
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
64
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
65
|
+
"Hot": "Hot",
|
|
66
|
+
"New": "New",
|
|
67
|
+
"Top": "Top",
|
|
68
|
+
"Rising": "Rising",
|
|
69
|
+
"Controversial": "Controversial",
|
|
70
|
+
"Best": "Best",
|
|
71
|
+
"Old": "Old",
|
|
72
|
+
"GET": "GET",
|
|
73
73
|
"POST": "POST",
|
|
74
74
|
"PATCH": "PATCH",
|
|
75
75
|
"PUT": "PUT",
|
|
76
|
-
"DELETE": "
|
|
77
|
-
"HEAD": "
|
|
76
|
+
"DELETE": "DELETE",
|
|
77
|
+
"HEAD": "HEAD"
|
|
78
78
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Reddit": "Reddit",
|
|
3
|
-
"Interact with Reddit - fetch and submit posts.": "
|
|
4
|
-
"\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\
|
|
5
|
-
"Retrieve Post": "Post
|
|
6
|
-
"Get Post Details": "
|
|
7
|
-
"Create Post": "Post
|
|
8
|
-
"Create Comment": "
|
|
9
|
-
"Fetch Post Comments": "Post
|
|
10
|
-
"Edit Post": "
|
|
11
|
-
"Edit Comment": "
|
|
12
|
-
"Delete Post": "
|
|
13
|
-
"Delete Comment": "
|
|
3
|
+
"Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
|
|
4
|
+
"\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
|
|
5
|
+
"Retrieve Post": "Retrieve Post",
|
|
6
|
+
"Get Post Details": "Get Post Details",
|
|
7
|
+
"Create Post": "Create Post",
|
|
8
|
+
"Create Comment": "Create Comment",
|
|
9
|
+
"Fetch Post Comments": "Fetch Post Comments",
|
|
10
|
+
"Edit Post": "Edit Post",
|
|
11
|
+
"Edit Comment": "Edit Comment",
|
|
12
|
+
"Delete Post": "Delete Post",
|
|
13
|
+
"Delete Comment": "Delete Comment",
|
|
14
14
|
"Custom API Call": "Custom API Call",
|
|
15
|
-
"Fetch top posts in a subreddit with optional size limit.": "
|
|
16
|
-
"Fetch detailed information about a specific Reddit post using its ID.": "
|
|
17
|
-
"Submit a new self (text) post to a subreddit.": "
|
|
18
|
-
"Comment on a Reddit post or reply to a comment.": "
|
|
19
|
-
"Fetch comments from a specific Reddit post.": "
|
|
20
|
-
"Edits the content of an existing Reddit post.": "
|
|
21
|
-
"Edits the content of an existing Reddit comment.": "
|
|
22
|
-
"Delete a specific Reddit post by ID.": "
|
|
23
|
-
"Delete a specific Reddit comment by ID.": "
|
|
24
|
-
"Make a custom API call to a specific endpoint": "
|
|
25
|
-
"Post Category": "Post
|
|
15
|
+
"Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
|
|
16
|
+
"Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
|
|
17
|
+
"Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
|
|
18
|
+
"Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
|
|
19
|
+
"Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
|
|
20
|
+
"Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
|
|
21
|
+
"Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
|
|
22
|
+
"Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
|
|
23
|
+
"Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
25
|
+
"Post Category": "Post Category",
|
|
26
26
|
"Subreddit": "Subreddit",
|
|
27
|
-
"Number of Posts": "
|
|
27
|
+
"Number of Posts": "Number of Posts",
|
|
28
28
|
"Post ID": "Post ID",
|
|
29
|
-
"Title": "
|
|
30
|
-
"Content": "
|
|
31
|
-
"Parent ID": "
|
|
32
|
-
"Comment Text": "
|
|
33
|
-
"Sort By": "
|
|
34
|
-
"Limit": "
|
|
35
|
-
"New Post Content": "
|
|
36
|
-
"Comment ID": "
|
|
37
|
-
"New Comment Content": "
|
|
38
|
-
"Method": "
|
|
39
|
-
"Headers": "
|
|
40
|
-
"Query Parameters": "Query
|
|
41
|
-
"Body": "
|
|
42
|
-
"Response is Binary ?": "
|
|
43
|
-
"No Error on Failure": "
|
|
44
|
-
"Timeout (in seconds)": "
|
|
45
|
-
"Select the category of posts to retrieve": "
|
|
46
|
-
"The subreddit to fetch posts from": "
|
|
47
|
-
"Number of posts to fetch (max 100)": "
|
|
48
|
-
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "
|
|
49
|
-
"The subreddit to post in (without r/).": "
|
|
50
|
-
"Title of the Reddit post.": "
|
|
51
|
-
"Text content of the post.": "
|
|
52
|
-
"ID of the post (t3_*) or comment (t1_*) to reply to.": "ID
|
|
53
|
-
"Text of the comment.": "
|
|
54
|
-
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "
|
|
55
|
-
"Sorting method for comments": "
|
|
56
|
-
"Maximum number of top-level comments to fetch": "Maximum
|
|
57
|
-
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID
|
|
58
|
-
"Updated text content for the post.": "
|
|
59
|
-
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID
|
|
60
|
-
"Updated text content for the comment.": "
|
|
61
|
-
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID
|
|
62
|
-
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID
|
|
63
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
64
|
-
"Enable for files like PDFs, images, etc..": "
|
|
65
|
-
"Hot": "
|
|
66
|
-
"New": "
|
|
67
|
-
"Top": "
|
|
68
|
-
"Rising": "
|
|
69
|
-
"Controversial": "
|
|
70
|
-
"Best": "
|
|
71
|
-
"Old": "
|
|
72
|
-
"GET": "
|
|
73
|
-
"POST": "
|
|
74
|
-
"PATCH": "
|
|
29
|
+
"Title": "Title",
|
|
30
|
+
"Content": "Content",
|
|
31
|
+
"Parent ID": "Parent ID",
|
|
32
|
+
"Comment Text": "Comment Text",
|
|
33
|
+
"Sort By": "Sort By",
|
|
34
|
+
"Limit": "Limit",
|
|
35
|
+
"New Post Content": "New Post Content",
|
|
36
|
+
"Comment ID": "Comment ID",
|
|
37
|
+
"New Comment Content": "New Comment Content",
|
|
38
|
+
"Method": "Method",
|
|
39
|
+
"Headers": "Headers",
|
|
40
|
+
"Query Parameters": "Query Parameters",
|
|
41
|
+
"Body": "Body",
|
|
42
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
+
"No Error on Failure": "No Error on Failure",
|
|
44
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
45
|
+
"Select the category of posts to retrieve": "Select the category of posts to retrieve",
|
|
46
|
+
"The subreddit to fetch posts from": "The subreddit to fetch posts from",
|
|
47
|
+
"Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
|
|
48
|
+
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
|
|
49
|
+
"The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
|
|
50
|
+
"Title of the Reddit post.": "Title of the Reddit post.",
|
|
51
|
+
"Text content of the post.": "Text content of the post.",
|
|
52
|
+
"ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
|
|
53
|
+
"Text of the comment.": "Text of the comment.",
|
|
54
|
+
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
|
|
55
|
+
"Sorting method for comments": "Sorting method for comments",
|
|
56
|
+
"Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
|
|
57
|
+
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
|
|
58
|
+
"Updated text content for the post.": "Updated text content for the post.",
|
|
59
|
+
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
|
|
60
|
+
"Updated text content for the comment.": "Updated text content for the comment.",
|
|
61
|
+
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
|
|
62
|
+
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
|
|
63
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
64
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
65
|
+
"Hot": "Hot",
|
|
66
|
+
"New": "New",
|
|
67
|
+
"Top": "Top",
|
|
68
|
+
"Rising": "Rising",
|
|
69
|
+
"Controversial": "Controversial",
|
|
70
|
+
"Best": "Best",
|
|
71
|
+
"Old": "Old",
|
|
72
|
+
"GET": "GET",
|
|
73
|
+
"POST": "POST",
|
|
74
|
+
"PATCH": "PATCH",
|
|
75
75
|
"PUT": "PUT",
|
|
76
|
-
"DELETE": "
|
|
77
|
-
"HEAD": "
|
|
76
|
+
"DELETE": "DELETE",
|
|
77
|
+
"HEAD": "HEAD"
|
|
78
78
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Reddit": "Reddit",
|
|
3
|
-
"Interact with Reddit - fetch and submit posts.": "
|
|
4
|
-
"\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\
|
|
5
|
-
"Retrieve Post": "
|
|
6
|
-
"Get Post Details": "
|
|
7
|
-
"Create Post": "
|
|
8
|
-
"Create Comment": "
|
|
9
|
-
"Fetch Post Comments": "
|
|
10
|
-
"Edit Post": "
|
|
11
|
-
"Edit Comment": "
|
|
12
|
-
"Delete Post": "
|
|
13
|
-
"Delete Comment": "
|
|
14
|
-
"Custom API Call": "
|
|
15
|
-
"Fetch top posts in a subreddit with optional size limit.": "
|
|
16
|
-
"Fetch detailed information about a specific Reddit post using its ID.": "
|
|
17
|
-
"Submit a new self (text) post to a subreddit.": "
|
|
18
|
-
"Comment on a Reddit post or reply to a comment.": "
|
|
19
|
-
"Fetch comments from a specific Reddit post.": "
|
|
20
|
-
"Edits the content of an existing Reddit post.": "
|
|
21
|
-
"Edits the content of an existing Reddit comment.": "
|
|
22
|
-
"Delete a specific Reddit post by ID.": "
|
|
23
|
-
"Delete a specific Reddit comment by ID.": "
|
|
24
|
-
"Make a custom API call to a specific endpoint": "
|
|
25
|
-
"Post Category": "
|
|
3
|
+
"Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
|
|
4
|
+
"\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
|
|
5
|
+
"Retrieve Post": "Retrieve Post",
|
|
6
|
+
"Get Post Details": "Get Post Details",
|
|
7
|
+
"Create Post": "Create Post",
|
|
8
|
+
"Create Comment": "Create Comment",
|
|
9
|
+
"Fetch Post Comments": "Fetch Post Comments",
|
|
10
|
+
"Edit Post": "Edit Post",
|
|
11
|
+
"Edit Comment": "Edit Comment",
|
|
12
|
+
"Delete Post": "Delete Post",
|
|
13
|
+
"Delete Comment": "Delete Comment",
|
|
14
|
+
"Custom API Call": "Custom API Call",
|
|
15
|
+
"Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
|
|
16
|
+
"Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
|
|
17
|
+
"Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
|
|
18
|
+
"Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
|
|
19
|
+
"Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
|
|
20
|
+
"Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
|
|
21
|
+
"Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
|
|
22
|
+
"Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
|
|
23
|
+
"Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
25
|
+
"Post Category": "Post Category",
|
|
26
26
|
"Subreddit": "Subreddit",
|
|
27
|
-
"Number of Posts": "
|
|
28
|
-
"Post ID": "ID
|
|
29
|
-
"Title": "
|
|
30
|
-
"Content": "
|
|
31
|
-
"Parent ID": "ID
|
|
32
|
-
"Comment Text": "
|
|
33
|
-
"Sort By": "
|
|
34
|
-
"Limit": "
|
|
35
|
-
"New Post Content": "
|
|
36
|
-
"Comment ID": "ID
|
|
37
|
-
"New Comment Content": "
|
|
38
|
-
"Method": "
|
|
39
|
-
"Headers": "
|
|
40
|
-
"Query Parameters": "
|
|
41
|
-
"Body": "
|
|
42
|
-
"Response is Binary ?": "
|
|
43
|
-
"No Error on Failure": "
|
|
44
|
-
"Timeout (in seconds)": "
|
|
45
|
-
"Select the category of posts to retrieve": "
|
|
46
|
-
"The subreddit to fetch posts from": "
|
|
47
|
-
"Number of posts to fetch (max 100)": "
|
|
48
|
-
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "
|
|
49
|
-
"The subreddit to post in (without r/).": "
|
|
50
|
-
"Title of the Reddit post.": "
|
|
51
|
-
"Text content of the post.": "
|
|
52
|
-
"ID of the post (t3_*) or comment (t1_*) to reply to.": "ID
|
|
53
|
-
"Text of the comment.": "
|
|
54
|
-
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "
|
|
55
|
-
"Sorting method for comments": "
|
|
56
|
-
"Maximum number of top-level comments to fetch": "
|
|
57
|
-
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID
|
|
58
|
-
"Updated text content for the post.": "
|
|
59
|
-
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID
|
|
60
|
-
"Updated text content for the comment.": "
|
|
61
|
-
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID
|
|
62
|
-
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID
|
|
63
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
64
|
-
"Enable for files like PDFs, images, etc..": "
|
|
65
|
-
"Hot": "
|
|
66
|
-
"New": "
|
|
67
|
-
"Top": "
|
|
68
|
-
"Rising": "
|
|
69
|
-
"Controversial": "
|
|
70
|
-
"Best": "
|
|
71
|
-
"Old": "
|
|
72
|
-
"GET": "
|
|
73
|
-
"POST": "
|
|
74
|
-
"PATCH": "
|
|
75
|
-
"PUT": "
|
|
76
|
-
"DELETE": "
|
|
77
|
-
"HEAD": "
|
|
27
|
+
"Number of Posts": "Number of Posts",
|
|
28
|
+
"Post ID": "Post ID",
|
|
29
|
+
"Title": "Title",
|
|
30
|
+
"Content": "Content",
|
|
31
|
+
"Parent ID": "Parent ID",
|
|
32
|
+
"Comment Text": "Comment Text",
|
|
33
|
+
"Sort By": "Sort By",
|
|
34
|
+
"Limit": "Limit",
|
|
35
|
+
"New Post Content": "New Post Content",
|
|
36
|
+
"Comment ID": "Comment ID",
|
|
37
|
+
"New Comment Content": "New Comment Content",
|
|
38
|
+
"Method": "Method",
|
|
39
|
+
"Headers": "Headers",
|
|
40
|
+
"Query Parameters": "Query Parameters",
|
|
41
|
+
"Body": "Body",
|
|
42
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
+
"No Error on Failure": "No Error on Failure",
|
|
44
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
45
|
+
"Select the category of posts to retrieve": "Select the category of posts to retrieve",
|
|
46
|
+
"The subreddit to fetch posts from": "The subreddit to fetch posts from",
|
|
47
|
+
"Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
|
|
48
|
+
"The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
|
|
49
|
+
"The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
|
|
50
|
+
"Title of the Reddit post.": "Title of the Reddit post.",
|
|
51
|
+
"Text content of the post.": "Text content of the post.",
|
|
52
|
+
"ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
|
|
53
|
+
"Text of the comment.": "Text of the comment.",
|
|
54
|
+
"The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
|
|
55
|
+
"Sorting method for comments": "Sorting method for comments",
|
|
56
|
+
"Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
|
|
57
|
+
"ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
|
|
58
|
+
"Updated text content for the post.": "Updated text content for the post.",
|
|
59
|
+
"ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
|
|
60
|
+
"Updated text content for the comment.": "Updated text content for the comment.",
|
|
61
|
+
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
|
|
62
|
+
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
|
|
63
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
64
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
65
|
+
"Hot": "Hot",
|
|
66
|
+
"New": "New",
|
|
67
|
+
"Top": "Top",
|
|
68
|
+
"Rising": "Rising",
|
|
69
|
+
"Controversial": "Controversial",
|
|
70
|
+
"Best": "Best",
|
|
71
|
+
"Old": "Old",
|
|
72
|
+
"GET": "GET",
|
|
73
|
+
"POST": "POST",
|
|
74
|
+
"PATCH": "PATCH",
|
|
75
|
+
"PUT": "PUT",
|
|
76
|
+
"DELETE": "DELETE",
|
|
77
|
+
"HEAD": "HEAD"
|
|
78
78
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"Edit Comment": "Edit Comment",
|
|
12
12
|
"Delete Post": "Delete Post",
|
|
13
13
|
"Delete Comment": "Delete Comment",
|
|
14
|
-
"Custom API Call": "
|
|
14
|
+
"Custom API Call": "Custom API Call",
|
|
15
15
|
"Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
|
|
16
16
|
"Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
|
|
17
17
|
"Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
|
|
22
22
|
"Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
|
|
23
23
|
"Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
|
|
24
|
-
"Make a custom API call to a specific endpoint": "
|
|
24
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
25
25
|
"Post Category": "Post Category",
|
|
26
26
|
"Subreddit": "Subreddit",
|
|
27
27
|
"Number of Posts": "Number of Posts",
|
|
28
28
|
"Post ID": "Post ID",
|
|
29
|
-
"Title": "
|
|
29
|
+
"Title": "Title",
|
|
30
30
|
"Content": "Content",
|
|
31
31
|
"Parent ID": "Parent ID",
|
|
32
32
|
"Comment Text": "Comment Text",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"New Post Content": "New Post Content",
|
|
36
36
|
"Comment ID": "Comment ID",
|
|
37
37
|
"New Comment Content": "New Comment Content",
|
|
38
|
-
"Method": "
|
|
39
|
-
"Headers": "
|
|
40
|
-
"Query Parameters": "
|
|
41
|
-
"Body": "
|
|
38
|
+
"Method": "Method",
|
|
39
|
+
"Headers": "Headers",
|
|
40
|
+
"Query Parameters": "Query Parameters",
|
|
41
|
+
"Body": "Body",
|
|
42
42
|
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
-
"No Error on Failure": "
|
|
44
|
-
"Timeout (in seconds)": "
|
|
43
|
+
"No Error on Failure": "No Error on Failure",
|
|
44
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
45
45
|
"Select the category of posts to retrieve": "Select the category of posts to retrieve",
|
|
46
46
|
"The subreddit to fetch posts from": "The subreddit to fetch posts from",
|
|
47
47
|
"Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"Updated text content for the comment.": "Updated text content for the comment.",
|
|
61
61
|
"ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
|
|
62
62
|
"ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
|
|
63
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
63
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
64
64
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
65
65
|
"Hot": "Hot",
|
|
66
66
|
"New": "New",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"Controversial": "Controversial",
|
|
70
70
|
"Best": "Best",
|
|
71
71
|
"Old": "Old",
|
|
72
|
-
"GET": "
|
|
73
|
-
"POST": "
|
|
72
|
+
"GET": "GET",
|
|
73
|
+
"POST": "POST",
|
|
74
74
|
"PATCH": "PATCH",
|
|
75
|
-
"PUT": "
|
|
76
|
-
"DELETE": "
|
|
77
|
-
"HEAD": "
|
|
75
|
+
"PUT": "PUT",
|
|
76
|
+
"DELETE": "DELETE",
|
|
77
|
+
"HEAD": "HEAD"
|
|
78
78
|
}
|