multiwoven-integrations 0.15.0 → 0.15.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 061b82366f90672a1e23dfb7d57d84223892f5226b939de3b656524de8593bc0
|
4
|
+
data.tar.gz: 1546c389f0fe36c4f7909a06880759b3fb1af1850c79859b112abdfdf4418a93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e0cc7cff7a29f20e0f02ed2afd72cffa313844b4dc84a5ad63fd49c48a209ef3ccd3fc06e8db32670b0e48c3e81a55740cdaa57f31d73a25716526df384ffd9
|
7
|
+
data.tar.gz: d92a6a98532e3e9a820b18f2c1dabc67aa791b6bdc0ab088fd33bc2f086b55947dec475d07a979bbdc7bd86d8915708a811157229b85bc4d58ae744e9be9f03c
|
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
|
-
"documentation_url": "https://docs.multiwoven.com/integrations/source/http-model",
|
2
|
+
"documentation_url": "https://docs.multiwoven.com/integrations/source/http-model-endpoint",
|
3
3
|
"stream_type": "user_defined",
|
4
4
|
"connector_query_type": "ai_ml",
|
5
5
|
"connection_specification": {
|
6
6
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
7
|
-
"title": "
|
7
|
+
"title": "HTTP Model Endpoint",
|
8
8
|
"type": "object",
|
9
9
|
"required": ["url_host"],
|
10
10
|
"properties": {
|
@@ -14,7 +14,8 @@
|
|
14
14
|
"order": 0
|
15
15
|
},
|
16
16
|
"headers": {
|
17
|
-
"title": "
|
17
|
+
"title": "HTTP Headers",
|
18
|
+
"description": "Custom headers to include in the HTTP request. Useful for authentication, content type specifications, and other request metadata.",
|
18
19
|
"order": 1,
|
19
20
|
"additionalProperties": {
|
20
21
|
"type": "string"
|
@@ -25,10 +26,10 @@
|
|
25
26
|
"type": "object",
|
26
27
|
"properties": {
|
27
28
|
"timeout": {
|
28
|
-
"type": "
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
29
|
+
"type": "string",
|
30
|
+
"default": "30",
|
31
|
+
"title": "HTTP Timeout",
|
32
|
+
"description": "The maximum time, in seconds, to wait for a response from the server before the request is canceled.",
|
32
33
|
"order": 0
|
33
34
|
}
|
34
35
|
},
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: multiwoven-integrations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Subin T P
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|