embulk-input-http_json 0.0.1-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +23 -0
- data/classpath/aopalliance-repackaged-2.5.0-b32.jar +0 -0
- data/classpath/classmate-1.5.1.jar +0 -0
- data/classpath/embulk-base-restclient-0.10.1.jar +0 -0
- data/classpath/embulk-input-http_json-0.0.1.jar +0 -0
- data/classpath/embulk-util-config-0.3.1.jar +0 -0
- data/classpath/embulk-util-json-0.1.1.jar +0 -0
- data/classpath/embulk-util-retryhelper-0.8.1.jar +0 -0
- data/classpath/embulk-util-retryhelper-jaxrs-0.8.1.jar +0 -0
- data/classpath/embulk-util-rubytime-0.3.2.jar +0 -0
- data/classpath/embulk-util-timestamp-0.2.1.jar +0 -0
- data/classpath/hibernate-validator-7.0.5.Final.jar +0 -0
- data/classpath/hk2-api-2.5.0-b32.jar +0 -0
- data/classpath/hk2-locator-2.5.0-b32.jar +0 -0
- data/classpath/hk2-utils-2.5.0-b32.jar +0 -0
- data/classpath/jackson-annotations-2.6.7.jar +0 -0
- data/classpath/jackson-core-2.6.7.jar +0 -0
- data/classpath/jackson-databind-2.6.7.jar +0 -0
- data/classpath/jackson-datatype-jdk8-2.6.7.jar +0 -0
- data/classpath/jakarta.el-4.0.2.jar +0 -0
- data/classpath/jakarta.el-api-4.0.0.jar +0 -0
- data/classpath/jakarta.validation-api-3.0.0.jar +0 -0
- data/classpath/javassist-3.20.0-GA.jar +0 -0
- data/classpath/javax.annotation-api-1.2.jar +0 -0
- data/classpath/javax.inject-1.jar +0 -0
- data/classpath/javax.inject-2.5.0-b32.jar +0 -0
- data/classpath/javax.ws.rs-api-2.0.1.jar +0 -0
- data/classpath/jboss-logging-3.4.1.Final.jar +0 -0
- data/classpath/jersey-client-2.25.1.jar +0 -0
- data/classpath/jersey-common-2.25.1.jar +0 -0
- data/classpath/jersey-guava-2.25.1.jar +0 -0
- data/classpath/osgi-resource-locator-1.0.1.jar +0 -0
- data/classpath/shadow-jackson-jq-0.0.1-all.jar +0 -0
- data/classpath/validation-api-1.1.0.Final.jar +0 -0
- data/lib/embulk/input/http_json.rb +3 -0
- metadata +81 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1eab2273ca82b0e62cf2201dd4b776b5c67de8c7f41190a7f964c6357bab4966
|
4
|
+
data.tar.gz: e594a85d5c237100e6a4eae819f092024d8d75ae976819dd4ead537c3771bd8b
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e7e9079afcc398a94460560aa8832d8a983939c5faeb11ffa28d7f7a6a0faf972a5504016ccb47ed46596c098bc04834a3abb1d4bc11b565f824623381edff76
|
7
|
+
data.tar.gz: e88faa33721fc21d492368acc9787d5df4d2abfea16a62a9934f0f96f574a27b6379fe4b5f5c7cedf7415f687605eac9305f574a5e15ab5e4636e9b8994cb4e2
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
|
2
|
+
MIT License
|
3
|
+
|
4
|
+
Copyright (c) 2022 Takahiro Nakayama (civitaspo)
|
5
|
+
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
7
|
+
a copy of this software and associated documentation files (the
|
8
|
+
"Software"), to deal in the Software without restriction, including
|
9
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
10
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
11
|
+
permit persons to whom the Software is furnished to do so, subject to
|
12
|
+
the following conditions:
|
13
|
+
|
14
|
+
The above copyright notice and this permission notice shall be
|
15
|
+
included in all copies or substantial portions of the Software.
|
16
|
+
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
18
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
19
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
20
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
21
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
22
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
23
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,81 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: embulk-input-http_json
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: java
|
6
|
+
authors:
|
7
|
+
- Civitaspo
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-09-25 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: An Embulk plugin to ingest data from REST API (Content-Type=application/json)
|
14
|
+
with jq.
|
15
|
+
email:
|
16
|
+
- civitaspo@gmail.com
|
17
|
+
executables: []
|
18
|
+
extensions: []
|
19
|
+
extra_rdoc_files: []
|
20
|
+
files:
|
21
|
+
- LICENSE.txt
|
22
|
+
- classpath/aopalliance-repackaged-2.5.0-b32.jar
|
23
|
+
- classpath/classmate-1.5.1.jar
|
24
|
+
- classpath/embulk-base-restclient-0.10.1.jar
|
25
|
+
- classpath/embulk-input-http_json-0.0.1.jar
|
26
|
+
- classpath/embulk-util-config-0.3.1.jar
|
27
|
+
- classpath/embulk-util-json-0.1.1.jar
|
28
|
+
- classpath/embulk-util-retryhelper-0.8.1.jar
|
29
|
+
- classpath/embulk-util-retryhelper-jaxrs-0.8.1.jar
|
30
|
+
- classpath/embulk-util-rubytime-0.3.2.jar
|
31
|
+
- classpath/embulk-util-timestamp-0.2.1.jar
|
32
|
+
- classpath/hibernate-validator-7.0.5.Final.jar
|
33
|
+
- classpath/hk2-api-2.5.0-b32.jar
|
34
|
+
- classpath/hk2-locator-2.5.0-b32.jar
|
35
|
+
- classpath/hk2-utils-2.5.0-b32.jar
|
36
|
+
- classpath/jackson-annotations-2.6.7.jar
|
37
|
+
- classpath/jackson-core-2.6.7.jar
|
38
|
+
- classpath/jackson-databind-2.6.7.jar
|
39
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
40
|
+
- classpath/jakarta.el-4.0.2.jar
|
41
|
+
- classpath/jakarta.el-api-4.0.0.jar
|
42
|
+
- classpath/jakarta.validation-api-3.0.0.jar
|
43
|
+
- classpath/javassist-3.20.0-GA.jar
|
44
|
+
- classpath/javax.annotation-api-1.2.jar
|
45
|
+
- classpath/javax.inject-1.jar
|
46
|
+
- classpath/javax.inject-2.5.0-b32.jar
|
47
|
+
- classpath/javax.ws.rs-api-2.0.1.jar
|
48
|
+
- classpath/jboss-logging-3.4.1.Final.jar
|
49
|
+
- classpath/jersey-client-2.25.1.jar
|
50
|
+
- classpath/jersey-common-2.25.1.jar
|
51
|
+
- classpath/jersey-guava-2.25.1.jar
|
52
|
+
- classpath/osgi-resource-locator-1.0.1.jar
|
53
|
+
- classpath/shadow-jackson-jq-0.0.1-all.jar
|
54
|
+
- classpath/validation-api-1.1.0.Final.jar
|
55
|
+
- lib/embulk/input/http_json.rb
|
56
|
+
homepage: https://github.com/civitaspo/embulk-input-http_json
|
57
|
+
licenses:
|
58
|
+
- MIT
|
59
|
+
metadata: {}
|
60
|
+
post_install_message:
|
61
|
+
rdoc_options: []
|
62
|
+
require_paths:
|
63
|
+
- lib
|
64
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - ">="
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '0'
|
74
|
+
requirements: []
|
75
|
+
rubyforge_project:
|
76
|
+
rubygems_version: 2.7.9
|
77
|
+
signing_key:
|
78
|
+
specification_version: 4
|
79
|
+
summary: An Embulk plugin to ingest data from REST API (Content-Type=application/json)
|
80
|
+
with jq.
|
81
|
+
test_files: []
|