multiwoven-integrations 0.15.6 → 0.15.8
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: fe7a29213798a9623c099ad656bf59c4df6644abc2f3f6fa1bb564027e2ea542
|
4
|
+
data.tar.gz: f40d9a3f8777343e97ab5a59a345c5d2f09cab796c4003f3318e34da5e21c9f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ee67556ae997eb3823f0918be2c1cec8fbf0fbfa1c29d482b5ed1abbc8190fa85909697dc0c776d68ada30dfc4d25eda71e0696a502984ba4c39dddcb68bc95
|
7
|
+
data.tar.gz: 936b5cb63ec6b668d23acdef259604c9ea6040c065b936c072a4a9bb44fd917517c36f8b36c70faa6653ad86c18aae356be612ea3ca995add242abc6274c29a2
|
@@ -59,8 +59,9 @@ module Multiwoven::Integrations::Source
|
|
59
59
|
url_host = connection_config[:url_host]
|
60
60
|
headers = connection_config[:headers]
|
61
61
|
config = connection_config[:config]
|
62
|
+
http_method = connection_config[:http_method]
|
62
63
|
config[:timeout] ||= 30
|
63
|
-
response = send_request(url_host,
|
64
|
+
response = send_request(url_host, http_method, payload, headers, config)
|
64
65
|
process_response(response)
|
65
66
|
rescue StandardError => e
|
66
67
|
handle_exception(e, context: "HTTP MODEL:RUN_MODEL:EXCEPTION", type: "error")
|
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.8
|
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
|
+
date: 2024-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|