a3rt_client 0.1.4 → 0.1.5
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/a3rt_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af32596770c6d416d7517661ceb2b5e83208a760471793bf27a205bd8a41fc65
|
|
4
|
+
data.tar.gz: 4bf30186f78554681dfa14a3f0dda04943d69420e394f3c0f36b19e423c3f9ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 563c6496a8ce405d607a5256e746da0b19454efdd61039c354210de2678381ed5ccba606fa081330797ceb316d4176fbf9a45cb0f82a64fd4804da02047861c4
|
|
7
|
+
data.tar.gz: 99d5bae4f8538c0b05bb663efb399ad57be6ed20a868e660c63e293ba1497390901640df85585b85e1e9d38936014434d737f87f34b7dfcbc1ae5e601546e599
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ https://a3rt.recruit-tech.co.jp/product/textSuggestAPI/
|
|
|
37
37
|
```ruby
|
|
38
38
|
require "a3rt_client"
|
|
39
39
|
# option requrest_parameter: callback, style, separation
|
|
40
|
-
response = A3rt::Client.
|
|
40
|
+
response = A3rt::Client.text_suggest(apikey: apikey, previous_description: "水")
|
|
41
41
|
p resonse
|
|
42
42
|
# => {"status"=>0, "message"=>"ok", "suggestion"=>["を飲んでいます。", "の下にいる象たちの顔が見えています。", "の中に入れられています。"]}
|
|
43
43
|
```
|
|
@@ -61,7 +61,7 @@ p A3rt::Client.proofreading(apikey: apikey, sentence: "システムの企画か
|
|
|
61
61
|
### Image Search
|
|
62
62
|
```ruby
|
|
63
63
|
require "a3rt_client"
|
|
64
|
-
p A3rt::Client.
|
|
64
|
+
p A3rt::Client.image_search(apikey: apikey, query: "馬に乗った男性")
|
|
65
65
|
```
|
|
66
66
|
## Development
|
|
67
67
|
|
data/lib/a3rt_client/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: a3rt_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ken yamamoto(山本 憲)
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-07
|
|
11
|
+
date: 2019-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|