@activepieces/piece-nifty 0.0.11 → 0.0.12
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 +21 -21
- package/src/i18n/es.json +24 -24
- package/src/i18n/ja.json +23 -23
- package/src/i18n/nl.json +24 -24
- package/src/i18n/pt.json +27 -27
- package/src/i18n/zh.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-nifty",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
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,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Nifty": "Nifty",
|
|
3
|
-
"Project management made simple": "
|
|
4
|
-
"\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n": "\n#
|
|
5
|
-
"Create Task": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Create a task in nitfy": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
3
|
+
"Project management made simple": "Project management made simple",
|
|
4
|
+
"\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n": "\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n",
|
|
5
|
+
"Create Task": "Create Task",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create a task in nitfy": "Create a task in nitfy",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
9
|
"Portfolio": "Portfolio",
|
|
10
|
-
"Project": "
|
|
10
|
+
"Project": "Project",
|
|
11
11
|
"Status": "Status",
|
|
12
|
-
"Milestone": "
|
|
13
|
-
"Task Name": "
|
|
14
|
-
"Task Description": "
|
|
15
|
-
"Method": "
|
|
16
|
-
"Headers": "
|
|
17
|
-
"Query Parameters": "
|
|
18
|
-
"Body": "
|
|
19
|
-
"Response is Binary ?": "
|
|
20
|
-
"No Error on Failure": "
|
|
21
|
-
"Timeout (in seconds)": "Timeout (in
|
|
22
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
23
|
-
"Enable for files like PDFs, images, etc..": "
|
|
24
|
-
"GET": "
|
|
12
|
+
"Milestone": "Milestone",
|
|
13
|
+
"Task Name": "Task Name",
|
|
14
|
+
"Task Description": "Task Description",
|
|
15
|
+
"Method": "Method",
|
|
16
|
+
"Headers": "Headers",
|
|
17
|
+
"Query Parameters": "Query Parameters",
|
|
18
|
+
"Body": "Body",
|
|
19
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
20
|
+
"No Error on Failure": "No Error on Failure",
|
|
21
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
22
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
24
|
+
"GET": "GET",
|
|
25
25
|
"POST": "POST",
|
|
26
26
|
"PATCH": "PATCH",
|
|
27
27
|
"PUT": "PUT",
|
|
28
|
-
"DELETE": "
|
|
28
|
+
"DELETE": "DELETE",
|
|
29
29
|
"HEAD": "HEAD"
|
|
30
30
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Nifty": "Nifty",
|
|
3
|
-
"Project management made simple": "
|
|
4
|
-
"\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n": "\n#
|
|
5
|
-
"Create Task": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Create a task in nitfy": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Portfolio": "
|
|
10
|
-
"Project": "
|
|
11
|
-
"Status": "
|
|
12
|
-
"Milestone": "
|
|
13
|
-
"Task Name": "
|
|
14
|
-
"Task Description": "
|
|
15
|
-
"Method": "
|
|
16
|
-
"Headers": "
|
|
17
|
-
"Query Parameters": "
|
|
18
|
-
"Body": "
|
|
19
|
-
"Response is Binary ?": "
|
|
20
|
-
"No Error on Failure": "No
|
|
21
|
-
"Timeout (in seconds)": "
|
|
22
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
23
|
-
"Enable for files like PDFs, images, etc..": "
|
|
24
|
-
"GET": "
|
|
3
|
+
"Project management made simple": "Project management made simple",
|
|
4
|
+
"\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n": "\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n",
|
|
5
|
+
"Create Task": "Create Task",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create a task in nitfy": "Create a task in nitfy",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Portfolio": "Portfolio",
|
|
10
|
+
"Project": "Project",
|
|
11
|
+
"Status": "Status",
|
|
12
|
+
"Milestone": "Milestone",
|
|
13
|
+
"Task Name": "Task Name",
|
|
14
|
+
"Task Description": "Task Description",
|
|
15
|
+
"Method": "Method",
|
|
16
|
+
"Headers": "Headers",
|
|
17
|
+
"Query Parameters": "Query Parameters",
|
|
18
|
+
"Body": "Body",
|
|
19
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
20
|
+
"No Error on Failure": "No Error on Failure",
|
|
21
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
22
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
24
|
+
"GET": "GET",
|
|
25
25
|
"POST": "POST",
|
|
26
26
|
"PATCH": "PATCH",
|
|
27
27
|
"PUT": "PUT",
|
|
28
|
-
"DELETE": "
|
|
29
|
-
"HEAD": "
|
|
28
|
+
"DELETE": "DELETE",
|
|
29
|
+
"HEAD": "HEAD"
|
|
30
30
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Nifty": "Nifty",
|
|
3
|
-
"Project management made simple": "
|
|
3
|
+
"Project management made simple": "Project management made simple",
|
|
4
4
|
"\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n": "\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n",
|
|
5
|
-
"Create Task": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Create a task in nitfy": "nitfy
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Portfolio": "
|
|
10
|
-
"Project": "
|
|
11
|
-
"Status": "
|
|
12
|
-
"Milestone": "
|
|
13
|
-
"Task Name": "
|
|
14
|
-
"Task Description": "
|
|
15
|
-
"Method": "
|
|
16
|
-
"Headers": "
|
|
17
|
-
"Query Parameters": "
|
|
18
|
-
"Body": "
|
|
19
|
-
"Response is Binary ?": "
|
|
20
|
-
"No Error on Failure": "
|
|
21
|
-
"Timeout (in seconds)": "
|
|
22
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
23
|
-
"Enable for files like PDFs, images, etc..": "
|
|
24
|
-
"GET": "
|
|
5
|
+
"Create Task": "Create Task",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create a task in nitfy": "Create a task in nitfy",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Portfolio": "Portfolio",
|
|
10
|
+
"Project": "Project",
|
|
11
|
+
"Status": "Status",
|
|
12
|
+
"Milestone": "Milestone",
|
|
13
|
+
"Task Name": "Task Name",
|
|
14
|
+
"Task Description": "Task Description",
|
|
15
|
+
"Method": "Method",
|
|
16
|
+
"Headers": "Headers",
|
|
17
|
+
"Query Parameters": "Query Parameters",
|
|
18
|
+
"Body": "Body",
|
|
19
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
20
|
+
"No Error on Failure": "No Error on Failure",
|
|
21
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
22
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
24
|
+
"GET": "GET",
|
|
25
25
|
"POST": "POST",
|
|
26
26
|
"PATCH": "PATCH",
|
|
27
27
|
"PUT": "PUT",
|
|
28
|
-
"DELETE": "
|
|
29
|
-
"HEAD": "
|
|
28
|
+
"DELETE": "DELETE",
|
|
29
|
+
"HEAD": "HEAD"
|
|
30
30
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Nifty": "Nifty",
|
|
3
|
-
"Project management made simple": "
|
|
4
|
-
"\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n": "\n#
|
|
5
|
-
"Create Task": "
|
|
3
|
+
"Project management made simple": "Project management made simple",
|
|
4
|
+
"\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n": "\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n",
|
|
5
|
+
"Create Task": "Create Task",
|
|
6
6
|
"Custom API Call": "Custom API Call",
|
|
7
|
-
"Create a task in nitfy": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Portfolio": "
|
|
7
|
+
"Create a task in nitfy": "Create a task in nitfy",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Portfolio": "Portfolio",
|
|
10
10
|
"Project": "Project",
|
|
11
|
-
"Status": "
|
|
12
|
-
"Milestone": "
|
|
13
|
-
"Task Name": "
|
|
14
|
-
"Task Description": "
|
|
15
|
-
"Method": "
|
|
16
|
-
"Headers": "
|
|
17
|
-
"Query Parameters": "Query
|
|
18
|
-
"Body": "
|
|
19
|
-
"Response is Binary ?": "
|
|
20
|
-
"No Error on Failure": "
|
|
21
|
-
"Timeout (in seconds)": "
|
|
22
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
23
|
-
"Enable for files like PDFs, images, etc..": "
|
|
24
|
-
"GET": "
|
|
25
|
-
"POST": "
|
|
26
|
-
"PATCH": "
|
|
11
|
+
"Status": "Status",
|
|
12
|
+
"Milestone": "Milestone",
|
|
13
|
+
"Task Name": "Task Name",
|
|
14
|
+
"Task Description": "Task Description",
|
|
15
|
+
"Method": "Method",
|
|
16
|
+
"Headers": "Headers",
|
|
17
|
+
"Query Parameters": "Query Parameters",
|
|
18
|
+
"Body": "Body",
|
|
19
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
20
|
+
"No Error on Failure": "No Error on Failure",
|
|
21
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
22
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
24
|
+
"GET": "GET",
|
|
25
|
+
"POST": "POST",
|
|
26
|
+
"PATCH": "PATCH",
|
|
27
27
|
"PUT": "PUT",
|
|
28
|
-
"DELETE": "
|
|
29
|
-
"HEAD": "
|
|
28
|
+
"DELETE": "DELETE",
|
|
29
|
+
"HEAD": "HEAD"
|
|
30
30
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Nifty": "Nifty",
|
|
3
|
-
"Project management made simple": "
|
|
4
|
-
"\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n": "\n#
|
|
5
|
-
"Create Task": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Create a task in nitfy": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Portfolio": "
|
|
10
|
-
"Project": "
|
|
11
|
-
"Status": "
|
|
12
|
-
"Milestone": "
|
|
13
|
-
"Task Name": "
|
|
14
|
-
"Task Description": "
|
|
15
|
-
"Method": "
|
|
16
|
-
"Headers": "
|
|
17
|
-
"Query Parameters": "
|
|
18
|
-
"Body": "
|
|
19
|
-
"Response is Binary ?": "
|
|
20
|
-
"No Error on Failure": "
|
|
21
|
-
"Timeout (in seconds)": "
|
|
22
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
23
|
-
"Enable for files like PDFs, images, etc..": "
|
|
24
|
-
"GET": "
|
|
25
|
-
"POST": "
|
|
26
|
-
"PATCH": "
|
|
27
|
-
"PUT": "
|
|
28
|
-
"DELETE": "
|
|
29
|
-
"HEAD": "
|
|
3
|
+
"Project management made simple": "Project management made simple",
|
|
4
|
+
"\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n": "\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n",
|
|
5
|
+
"Create Task": "Create Task",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create a task in nitfy": "Create a task in nitfy",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Portfolio": "Portfolio",
|
|
10
|
+
"Project": "Project",
|
|
11
|
+
"Status": "Status",
|
|
12
|
+
"Milestone": "Milestone",
|
|
13
|
+
"Task Name": "Task Name",
|
|
14
|
+
"Task Description": "Task Description",
|
|
15
|
+
"Method": "Method",
|
|
16
|
+
"Headers": "Headers",
|
|
17
|
+
"Query Parameters": "Query Parameters",
|
|
18
|
+
"Body": "Body",
|
|
19
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
20
|
+
"No Error on Failure": "No Error on Failure",
|
|
21
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
22
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
24
|
+
"GET": "GET",
|
|
25
|
+
"POST": "POST",
|
|
26
|
+
"PATCH": "PATCH",
|
|
27
|
+
"PUT": "PUT",
|
|
28
|
+
"DELETE": "DELETE",
|
|
29
|
+
"HEAD": "HEAD"
|
|
30
30
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -3,28 +3,28 @@
|
|
|
3
3
|
"Project management made simple": "Project management made simple",
|
|
4
4
|
"\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n": "\n# How to add a new connection\n1. Login to your nifty account at https://niftypm.com/\n2. From your account settings, click on App Center\n3. After that click on Integrate with API\n4. Then Create a new app\n5. Select the Name and Description you want\n6. copy the redirect url from the piece and fill the url field ( without https:// )\n7. check out Milestones , Subtasks , Projects , Statuses , Tasks and Portfolios\n8. copy the client id and client secret and paste them in the piece\n",
|
|
5
5
|
"Create Task": "Create Task",
|
|
6
|
-
"Custom API Call": "
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
7
|
"Create a task in nitfy": "Create a task in nitfy",
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
9
|
"Portfolio": "Portfolio",
|
|
10
|
-
"Project": "
|
|
11
|
-
"Status": "
|
|
10
|
+
"Project": "Project",
|
|
11
|
+
"Status": "Status",
|
|
12
12
|
"Milestone": "Milestone",
|
|
13
13
|
"Task Name": "Task Name",
|
|
14
14
|
"Task Description": "Task Description",
|
|
15
|
-
"Method": "
|
|
16
|
-
"Headers": "
|
|
17
|
-
"Query Parameters": "
|
|
18
|
-
"Body": "
|
|
15
|
+
"Method": "Method",
|
|
16
|
+
"Headers": "Headers",
|
|
17
|
+
"Query Parameters": "Query Parameters",
|
|
18
|
+
"Body": "Body",
|
|
19
19
|
"Response is Binary ?": "Response is Binary ?",
|
|
20
|
-
"No Error on Failure": "
|
|
21
|
-
"Timeout (in seconds)": "
|
|
22
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
20
|
+
"No Error on Failure": "No Error on Failure",
|
|
21
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
22
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
23
23
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
24
|
-
"GET": "
|
|
25
|
-
"POST": "
|
|
24
|
+
"GET": "GET",
|
|
25
|
+
"POST": "POST",
|
|
26
26
|
"PATCH": "PATCH",
|
|
27
|
-
"PUT": "
|
|
28
|
-
"DELETE": "
|
|
29
|
-
"HEAD": "
|
|
27
|
+
"PUT": "PUT",
|
|
28
|
+
"DELETE": "DELETE",
|
|
29
|
+
"HEAD": "HEAD"
|
|
30
30
|
}
|