docomo-nlu 0.2.7 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +48 -0
- data/.reek.yml +98 -0
- data/.rubocop.rspec.yml +62 -0
- data/.rubocop.ruby.yml +423 -0
- data/.rubocop.yml +18 -16
- data/.ruby-version +1 -1
- data/Gemfile.lock +88 -86
- data/docomo-nlu.gemspec +5 -4
- data/lib/docomo-nlu.rb +4 -4
- data/lib/{docomo-nlu → docomo_nlu}/config.rb +3 -3
- data/lib/docomo_nlu/management.rb +31 -0
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/account.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/aiml_base.rb +5 -4
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/base.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/bot.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/bot_log.rb +3 -2
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/config.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/default_predicate.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/entry.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/log.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/map.rb +1 -1
- data/lib/docomo_nlu/management/multipart_base.rb +85 -0
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/ng_word.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/ok_word.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/organization.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/organization_member.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/predicate_name.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/project.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/project_member.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/property.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/provider.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/scenario.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/scenario_project.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/scenario_util.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/set.rb +1 -1
- data/lib/{docomo-nlu/management/V26 → docomo_nlu/management}/task_project.rb +1 -1
- data/lib/{docomo-nlu → docomo_nlu}/spontaneous.rb +5 -5
- data/lib/{docomo-nlu → docomo_nlu}/version.rb +1 -1
- data/vcr/vcr_cassettes/{V26 → management}/account/count.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/account/create.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/account/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/account/index.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/account/show.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/account/update.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/base/login.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/base/login_400.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/base/logout.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/base/logout_400.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/create.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/create_conflict.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/deploy.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/download_aiml.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/download_archive.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/download_dat.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/index.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/index_not_found.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/show.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/upload_aiml.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/upload_archive.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot/upload_dat.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot_log/all.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/bot_log/query.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/config/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/config/index.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/config/show.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/config/update.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/default_predicate/create.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/default_predicate/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/default_predicate/index.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/default_predicate/index_not_found.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/default_predicate/update.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/entry/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/entry/save.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/log/all.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/log/count.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/log/count/all.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/log/count/query.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/log/query.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/map/create.yml +6 -6
- data/vcr/vcr_cassettes/{V26 → management}/map/create_400.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/map/delete.yml +2 -2
- data/vcr/vcr_cassettes/{V26 → management}/map/index_all.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/map/index_find.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/map/index_where.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/map/save.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/map/save_400.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/map/show_find.yml +3 -3
- data/vcr/vcr_cassettes/{V26 → management}/map/show_where.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/organization/create.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/organization/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/organization/index.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/organization/show.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/organization/update.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/organization_member/create.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/organization_member/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/organization_member/index.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/organization_member/index_404.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/organization_member/index_not_found.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/predicate_name/create.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/predicate_name/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/predicate_name/index.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/predicate_name/index_all.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/predicate_name/index_find.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/predicate_name/index_where.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/project/create.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/project/create_conflict.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/project/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/project/index.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/project/show.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/project_member/create.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/project_member/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/project_member/index.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/project_member/index_403.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/project_member/index_not_found.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/provider/create.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/provider/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/provider/index.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/provider/show.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/scenario/create.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/scenario/create_conflict.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/scenario/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/scenario/deploy.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/scenario/download_aiml.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/scenario/index.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/scenario/show.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/scenario/update.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/scenario/upload_aiml.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/scenario/upload_archive.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/scenario/upload_dat.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/set/create.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/set/create_400.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/set/delete.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/set/index_all.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/set/index_find.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/set/index_where.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/set/save.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/set/save_400.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/set/show_find.yml +0 -0
- data/vcr/vcr_cassettes/{V26 → management}/set/show_where.yml +0 -0
- metadata +170 -270
- data/lib/docomo-nlu/management.rb +0 -88
- data/lib/docomo-nlu/management/V23/account.rb +0 -30
- data/lib/docomo-nlu/management/V23/aiml_base.rb +0 -204
- data/lib/docomo-nlu/management/V23/base.rb +0 -88
- data/lib/docomo-nlu/management/V23/bot.rb +0 -18
- data/lib/docomo-nlu/management/V23/bot_log.rb +0 -8
- data/lib/docomo-nlu/management/V23/config.rb +0 -25
- data/lib/docomo-nlu/management/V23/default_predicate.rb +0 -15
- data/lib/docomo-nlu/management/V23/entry.rb +0 -8
- data/lib/docomo-nlu/management/V23/log.rb +0 -8
- data/lib/docomo-nlu/management/V23/map.rb +0 -10
- data/lib/docomo-nlu/management/V23/multipart_base.rb +0 -83
- data/lib/docomo-nlu/management/V23/ng_word.rb +0 -10
- data/lib/docomo-nlu/management/V23/ok_word.rb +0 -10
- data/lib/docomo-nlu/management/V23/organization.rb +0 -23
- data/lib/docomo-nlu/management/V23/organization_member.rb +0 -15
- data/lib/docomo-nlu/management/V23/predicate_name.rb +0 -15
- data/lib/docomo-nlu/management/V23/project.rb +0 -16
- data/lib/docomo-nlu/management/V23/project_member.rb +0 -15
- data/lib/docomo-nlu/management/V23/property.rb +0 -10
- data/lib/docomo-nlu/management/V23/provider.rb +0 -17
- data/lib/docomo-nlu/management/V23/scenario.rb +0 -29
- data/lib/docomo-nlu/management/V23/scenario_project.rb +0 -10
- data/lib/docomo-nlu/management/V23/scenario_util.rb +0 -30
- data/lib/docomo-nlu/management/V23/set.rb +0 -10
- data/lib/docomo-nlu/management/V23/task_project.rb +0 -20
- data/lib/docomo-nlu/management/V26/multipart_base.rb +0 -83
- data/vcr/vcr_cassettes/V23/account/count.yml +0 -42
- data/vcr/vcr_cassettes/V23/account/create.yml +0 -44
- data/vcr/vcr_cassettes/V23/account/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/account/index.yml +0 -43
- data/vcr/vcr_cassettes/V23/account/show.yml +0 -43
- data/vcr/vcr_cassettes/V23/account/update.yml +0 -41
- data/vcr/vcr_cassettes/V23/base/login.yml +0 -44
- data/vcr/vcr_cassettes/V23/base/login_400.yml +0 -42
- data/vcr/vcr_cassettes/V23/base/logout.yml +0 -40
- data/vcr/vcr_cassettes/V23/base/logout_400.yml +0 -40
- data/vcr/vcr_cassettes/V23/bot/create.yml +0 -43
- data/vcr/vcr_cassettes/V23/bot/create_conflict.yml +0 -45
- data/vcr/vcr_cassettes/V23/bot/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/bot/deploy.yml +0 -164
- data/vcr/vcr_cassettes/V23/bot/download_aiml.yml +0 -43
- data/vcr/vcr_cassettes/V23/bot/download_archive.yml +0 -43
- data/vcr/vcr_cassettes/V23/bot/download_dat.yml +0 -43
- data/vcr/vcr_cassettes/V23/bot/index.yml +0 -44
- data/vcr/vcr_cassettes/V23/bot/index_not_found.yml +0 -42
- data/vcr/vcr_cassettes/V23/bot/show.yml +0 -43
- data/vcr/vcr_cassettes/V23/bot/upload_aiml.yml +0 -45
- data/vcr/vcr_cassettes/V23/bot/upload_archive.yml +0 -46
- data/vcr/vcr_cassettes/V23/bot/upload_dat.yml +0 -46
- data/vcr/vcr_cassettes/V23/config/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/config/index.yml +0 -120
- data/vcr/vcr_cassettes/V23/config/update.yml +0 -42
- data/vcr/vcr_cassettes/V23/default_predicate/create.yml +0 -42
- data/vcr/vcr_cassettes/V23/default_predicate/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/default_predicate/index.yml +0 -120
- data/vcr/vcr_cassettes/V23/default_predicate/index_not_found.yml +0 -120
- data/vcr/vcr_cassettes/V23/default_predicate/update.yml +0 -40
- data/vcr/vcr_cassettes/V23/map/create.yml +0 -45
- data/vcr/vcr_cassettes/V23/map/create_400.yml +0 -48
- data/vcr/vcr_cassettes/V23/map/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/map/index_all.yml +0 -43
- data/vcr/vcr_cassettes/V23/map/index_find.yml +0 -43
- data/vcr/vcr_cassettes/V23/map/index_where.yml +0 -43
- data/vcr/vcr_cassettes/V23/map/save.yml +0 -45
- data/vcr/vcr_cassettes/V23/map/save_400.yml +0 -48
- data/vcr/vcr_cassettes/V23/map/show_find.yml +0 -43
- data/vcr/vcr_cassettes/V23/map/show_where.yml +0 -43
- data/vcr/vcr_cassettes/V23/organization/create.yml +0 -44
- data/vcr/vcr_cassettes/V23/organization/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/organization/index.yml +0 -138
- data/vcr/vcr_cassettes/V23/organization/show.yml +0 -42
- data/vcr/vcr_cassettes/V23/organization/update.yml +0 -40
- data/vcr/vcr_cassettes/V23/organization_member/create.yml +0 -42
- data/vcr/vcr_cassettes/V23/organization_member/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/organization_member/index.yml +0 -42
- data/vcr/vcr_cassettes/V23/organization_member/index_404.yml +0 -42
- data/vcr/vcr_cassettes/V23/organization_member/index_not_found.yml +0 -42
- data/vcr/vcr_cassettes/V23/predicate_name/create.yml +0 -42
- data/vcr/vcr_cassettes/V23/predicate_name/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/predicate_name/index.yml +0 -42
- data/vcr/vcr_cassettes/V23/predicate_name/index_all.yml +0 -42
- data/vcr/vcr_cassettes/V23/predicate_name/index_find.yml +0 -42
- data/vcr/vcr_cassettes/V23/predicate_name/index_where.yml +0 -42
- data/vcr/vcr_cassettes/V23/project/create.yml +0 -44
- data/vcr/vcr_cassettes/V23/project/create_conflict.yml +0 -44
- data/vcr/vcr_cassettes/V23/project/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/project/index.yml +0 -474
- data/vcr/vcr_cassettes/V23/project/show.yml +0 -43
- data/vcr/vcr_cassettes/V23/project_member/create.yml +0 -42
- data/vcr/vcr_cassettes/V23/project_member/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/project_member/index.yml +0 -42
- data/vcr/vcr_cassettes/V23/project_member/index_403.yml +0 -40
- data/vcr/vcr_cassettes/V23/project_member/index_not_found.yml +0 -42
- data/vcr/vcr_cassettes/V23/provider/create.yml +0 -44
- data/vcr/vcr_cassettes/V23/provider/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/provider/index.yml +0 -42
- data/vcr/vcr_cassettes/V23/provider/show.yml +0 -42
- data/vcr/vcr_cassettes/V23/scenario/create.yml +0 -42
- data/vcr/vcr_cassettes/V23/scenario/create_conflict.yml +0 -44
- data/vcr/vcr_cassettes/V23/scenario/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/scenario/deploy.yml +0 -164
- data/vcr/vcr_cassettes/V23/scenario/download_aiml.yml +0 -43
- data/vcr/vcr_cassettes/V23/scenario/index.yml +0 -43
- data/vcr/vcr_cassettes/V23/scenario/show.yml +0 -42
- data/vcr/vcr_cassettes/V23/scenario/update.yml +0 -40
- data/vcr/vcr_cassettes/V23/scenario/upload_aiml.yml +0 -45
- data/vcr/vcr_cassettes/V23/scenario/upload_archive.yml +0 -46
- data/vcr/vcr_cassettes/V23/scenario/upload_dat.yml +0 -46
- data/vcr/vcr_cassettes/V23/set/create.yml +0 -45
- data/vcr/vcr_cassettes/V23/set/create_400.yml +0 -48
- data/vcr/vcr_cassettes/V23/set/delete.yml +0 -38
- data/vcr/vcr_cassettes/V23/set/index_all.yml +0 -43
- data/vcr/vcr_cassettes/V23/set/index_find.yml +0 -43
- data/vcr/vcr_cassettes/V23/set/index_where.yml +0 -43
- data/vcr/vcr_cassettes/V23/set/save.yml +0 -45
- data/vcr/vcr_cassettes/V23/set/save_400.yml +0 -48
- data/vcr/vcr_cassettes/V23/set/show_find.yml +0 -43
- data/vcr/vcr_cassettes/V23/set/show_where.yml +0 -43
@@ -1,120 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: "<Host>/management/v2.2/projects/212/bots/test_bot/defaultPredicates"
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json
|
12
|
-
Authorization:
|
13
|
-
- "<AdminAccessToken>"
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
-
User-Agent:
|
17
|
-
- Ruby
|
18
|
-
response:
|
19
|
-
status:
|
20
|
-
code: 200
|
21
|
-
message: OK
|
22
|
-
headers:
|
23
|
-
Date:
|
24
|
-
- Wed, 14 Nov 2018 04:12:03 GMT
|
25
|
-
Content-Type:
|
26
|
-
- application/json;charset=utf-8
|
27
|
-
Content-Length:
|
28
|
-
- '16'
|
29
|
-
Connection:
|
30
|
-
- keep-alive
|
31
|
-
Server:
|
32
|
-
- Apache
|
33
|
-
X-Content-Type-Options:
|
34
|
-
- nosniff
|
35
|
-
X-Frame-Options:
|
36
|
-
- SAMEORIGIN
|
37
|
-
body:
|
38
|
-
encoding: UTF-8
|
39
|
-
string: '{"color":"blue"}'
|
40
|
-
http_version:
|
41
|
-
recorded_at: Wed, 14 Nov 2018 04:12:03 GMT
|
42
|
-
- request:
|
43
|
-
method: get
|
44
|
-
uri: "<Host>/management/v2.2/projects/212/bots/test_bot/defaultPredicates"
|
45
|
-
body:
|
46
|
-
encoding: US-ASCII
|
47
|
-
string: ''
|
48
|
-
headers:
|
49
|
-
Accept:
|
50
|
-
- application/json
|
51
|
-
Authorization:
|
52
|
-
- "<AdminAccessToken>"
|
53
|
-
Accept-Encoding:
|
54
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
55
|
-
User-Agent:
|
56
|
-
- Ruby
|
57
|
-
response:
|
58
|
-
status:
|
59
|
-
code: 200
|
60
|
-
message: OK
|
61
|
-
headers:
|
62
|
-
Date:
|
63
|
-
- Wed, 14 Nov 2018 04:12:03 GMT
|
64
|
-
Content-Type:
|
65
|
-
- application/json;charset=utf-8
|
66
|
-
Content-Length:
|
67
|
-
- '16'
|
68
|
-
Connection:
|
69
|
-
- keep-alive
|
70
|
-
Server:
|
71
|
-
- Apache
|
72
|
-
X-Content-Type-Options:
|
73
|
-
- nosniff
|
74
|
-
X-Frame-Options:
|
75
|
-
- SAMEORIGIN
|
76
|
-
body:
|
77
|
-
encoding: UTF-8
|
78
|
-
string: '{"color":"blue"}'
|
79
|
-
http_version:
|
80
|
-
recorded_at: Wed, 14 Nov 2018 04:12:03 GMT
|
81
|
-
- request:
|
82
|
-
method: get
|
83
|
-
uri: "<Host>/management/v2.2/projects/212/bots/test_bot/defaultPredicates"
|
84
|
-
body:
|
85
|
-
encoding: US-ASCII
|
86
|
-
string: ''
|
87
|
-
headers:
|
88
|
-
Accept:
|
89
|
-
- application/json
|
90
|
-
Authorization:
|
91
|
-
- "<AdminAccessToken>"
|
92
|
-
Accept-Encoding:
|
93
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
94
|
-
User-Agent:
|
95
|
-
- Ruby
|
96
|
-
response:
|
97
|
-
status:
|
98
|
-
code: 200
|
99
|
-
message: OK
|
100
|
-
headers:
|
101
|
-
Date:
|
102
|
-
- Wed, 14 Nov 2018 04:12:03 GMT
|
103
|
-
Content-Type:
|
104
|
-
- application/json;charset=utf-8
|
105
|
-
Content-Length:
|
106
|
-
- '16'
|
107
|
-
Connection:
|
108
|
-
- keep-alive
|
109
|
-
Server:
|
110
|
-
- Apache
|
111
|
-
X-Content-Type-Options:
|
112
|
-
- nosniff
|
113
|
-
X-Frame-Options:
|
114
|
-
- SAMEORIGIN
|
115
|
-
body:
|
116
|
-
encoding: UTF-8
|
117
|
-
string: '{"color":"blue"}'
|
118
|
-
http_version:
|
119
|
-
recorded_at: Wed, 14 Nov 2018 04:12:03 GMT
|
120
|
-
recorded_with: VCR 4.0.0
|
@@ -1,120 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: "<Host>/management/v2.2/projects/212/bots/test_bot/defaultPredicates"
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json
|
12
|
-
Authorization:
|
13
|
-
- "<AdminAccessToken>"
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
-
User-Agent:
|
17
|
-
- Ruby
|
18
|
-
response:
|
19
|
-
status:
|
20
|
-
code: 200
|
21
|
-
message: OK
|
22
|
-
headers:
|
23
|
-
Date:
|
24
|
-
- Wed, 14 Nov 2018 04:12:01 GMT
|
25
|
-
Content-Type:
|
26
|
-
- application/json;charset=utf-8
|
27
|
-
Content-Length:
|
28
|
-
- '2'
|
29
|
-
Connection:
|
30
|
-
- keep-alive
|
31
|
-
Server:
|
32
|
-
- Apache
|
33
|
-
X-Content-Type-Options:
|
34
|
-
- nosniff
|
35
|
-
X-Frame-Options:
|
36
|
-
- SAMEORIGIN
|
37
|
-
body:
|
38
|
-
encoding: UTF-8
|
39
|
-
string: "{}"
|
40
|
-
http_version:
|
41
|
-
recorded_at: Wed, 14 Nov 2018 04:12:01 GMT
|
42
|
-
- request:
|
43
|
-
method: get
|
44
|
-
uri: "<Host>/management/v2.2/projects/212/bots/test_bot/defaultPredicates"
|
45
|
-
body:
|
46
|
-
encoding: US-ASCII
|
47
|
-
string: ''
|
48
|
-
headers:
|
49
|
-
Accept:
|
50
|
-
- application/json
|
51
|
-
Authorization:
|
52
|
-
- "<AdminAccessToken>"
|
53
|
-
Accept-Encoding:
|
54
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
55
|
-
User-Agent:
|
56
|
-
- Ruby
|
57
|
-
response:
|
58
|
-
status:
|
59
|
-
code: 200
|
60
|
-
message: OK
|
61
|
-
headers:
|
62
|
-
Date:
|
63
|
-
- Wed, 14 Nov 2018 04:12:01 GMT
|
64
|
-
Content-Type:
|
65
|
-
- application/json;charset=utf-8
|
66
|
-
Content-Length:
|
67
|
-
- '2'
|
68
|
-
Connection:
|
69
|
-
- keep-alive
|
70
|
-
Server:
|
71
|
-
- Apache
|
72
|
-
X-Content-Type-Options:
|
73
|
-
- nosniff
|
74
|
-
X-Frame-Options:
|
75
|
-
- SAMEORIGIN
|
76
|
-
body:
|
77
|
-
encoding: UTF-8
|
78
|
-
string: "{}"
|
79
|
-
http_version:
|
80
|
-
recorded_at: Wed, 14 Nov 2018 04:12:01 GMT
|
81
|
-
- request:
|
82
|
-
method: get
|
83
|
-
uri: "<Host>/management/v2.2/projects/212/bots/test_bot/defaultPredicates"
|
84
|
-
body:
|
85
|
-
encoding: US-ASCII
|
86
|
-
string: ''
|
87
|
-
headers:
|
88
|
-
Accept:
|
89
|
-
- application/json
|
90
|
-
Authorization:
|
91
|
-
- "<AdminAccessToken>"
|
92
|
-
Accept-Encoding:
|
93
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
94
|
-
User-Agent:
|
95
|
-
- Ruby
|
96
|
-
response:
|
97
|
-
status:
|
98
|
-
code: 200
|
99
|
-
message: OK
|
100
|
-
headers:
|
101
|
-
Date:
|
102
|
-
- Wed, 14 Nov 2018 04:12:02 GMT
|
103
|
-
Content-Type:
|
104
|
-
- application/json;charset=utf-8
|
105
|
-
Content-Length:
|
106
|
-
- '2'
|
107
|
-
Connection:
|
108
|
-
- keep-alive
|
109
|
-
Server:
|
110
|
-
- Apache
|
111
|
-
X-Content-Type-Options:
|
112
|
-
- nosniff
|
113
|
-
X-Frame-Options:
|
114
|
-
- SAMEORIGIN
|
115
|
-
body:
|
116
|
-
encoding: UTF-8
|
117
|
-
string: "{}"
|
118
|
-
http_version:
|
119
|
-
recorded_at: Wed, 14 Nov 2018 04:12:03 GMT
|
120
|
-
recorded_with: VCR 4.0.0
|
@@ -1,40 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: put
|
5
|
-
uri: "<Host>/management/v2.2/projects/212/bots/test_bot/defaultPredicates/"
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"color":"red"}'
|
9
|
-
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
|
-
Authorization:
|
13
|
-
- "<AdminAccessToken>"
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
-
Accept:
|
17
|
-
- "*/*"
|
18
|
-
User-Agent:
|
19
|
-
- Ruby
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 204
|
23
|
-
message: No Content
|
24
|
-
headers:
|
25
|
-
Date:
|
26
|
-
- Wed, 14 Nov 2018 04:12:04 GMT
|
27
|
-
Connection:
|
28
|
-
- keep-alive
|
29
|
-
Server:
|
30
|
-
- Apache
|
31
|
-
X-Content-Type-Options:
|
32
|
-
- nosniff
|
33
|
-
X-Frame-Options:
|
34
|
-
- SAMEORIGIN
|
35
|
-
body:
|
36
|
-
encoding: UTF-8
|
37
|
-
string: ''
|
38
|
-
http_version:
|
39
|
-
recorded_at: Wed, 14 Nov 2018 04:12:05 GMT
|
40
|
-
recorded_with: VCR 4.0.0
|
@@ -1,45 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: put
|
5
|
-
uri: "<Host>/management/v2.2/projects/212/bots/test_bot/maps"
|
6
|
-
body:
|
7
|
-
encoding: ASCII-8BIT
|
8
|
-
string: !binary |-
|
9
|
-
LS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LWI0OGZmZDYyZGM0NzkwM2NlMmJjZmMxNGYzMGIyZTYyDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9InVwbG9hZEZpbGUiOyBmaWxlbmFtZT0idGVzdC5tYXAiDQpDb250ZW50LUxlbmd0aDogMTc2DQpDb250ZW50LVR5cGU6IHRleHQvcGxhaW4NCkNvbnRlbnQtVHJhbnNmZXItRW5jb2Rpbmc6IGJpbmFyeQ0KDQrmnbHkuqwJ5p2x5LqsCuODiOOCpuOCreODp+ODvAnmnbHkuqwK6YO95YaFCeadseS6rArlpKflnYIJ5aSn5Z2CCuOBquOCk+OBsAnlpKflnYIK56We5aWI5bedCeelnuWliOW3nQrmqKrmtZwJ56We5aWI5bedCuaoqumgiOizgAnnpZ7lpYjlt50K5rmY5Y2XCeelnuWliOW3nQrlsI/nlLDljp8J56We5aWI5bedCg0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LWI0OGZmZDYyZGM0NzkwM2NlMmJjZmMxNGYzMGIyZTYyLS0NCg0K
|
10
|
-
headers:
|
11
|
-
User-Agent:
|
12
|
-
- Faraday v0.15.3
|
13
|
-
Authorization:
|
14
|
-
- "<AdminAccessToken>"
|
15
|
-
Content-Type:
|
16
|
-
- multipart/form-data; boundary=-----------RubyMultipartPost-b48ffd62dc47903ce2bcfc14f30b2e62
|
17
|
-
Content-Length:
|
18
|
-
- '468'
|
19
|
-
Accept-Encoding:
|
20
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
21
|
-
Accept:
|
22
|
-
- "*/*"
|
23
|
-
response:
|
24
|
-
status:
|
25
|
-
code: 201
|
26
|
-
message: Created
|
27
|
-
headers:
|
28
|
-
Date:
|
29
|
-
- Wed, 14 Nov 2018 04:12:10 GMT
|
30
|
-
Content-Length:
|
31
|
-
- '0'
|
32
|
-
Connection:
|
33
|
-
- keep-alive
|
34
|
-
Server:
|
35
|
-
- Apache
|
36
|
-
X-Content-Type-Options:
|
37
|
-
- nosniff
|
38
|
-
X-Frame-Options:
|
39
|
-
- SAMEORIGIN
|
40
|
-
body:
|
41
|
-
encoding: UTF-8
|
42
|
-
string: ''
|
43
|
-
http_version:
|
44
|
-
recorded_at: Wed, 14 Nov 2018 04:12:10 GMT
|
45
|
-
recorded_with: VCR 4.0.0
|
@@ -1,48 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: put
|
5
|
-
uri: "<Host>/management/v2.2/projects/212/bots/test_bot/maps"
|
6
|
-
body:
|
7
|
-
encoding: ASCII-8BIT
|
8
|
-
string: !binary |-
|
9
|
-
LS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LWE5YzljODgwZmRmYzViNGVjZjBmOTFmNTRkMDIzYzI5DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9InVwbG9hZEZpbGUiOyBmaWxlbmFtZT0iZXJyb3IubWFwIg0KQ29udGVudC1MZW5ndGg6IDI0DQpDb250ZW50LVR5cGU6IHRleHQvcGxhaW4NCkNvbnRlbnQtVHJhbnNmZXItRW5jb2Rpbmc6IGJpbmFyeQ0KDQrmnbHkuqwgIOOBqOOBhuOBjeOCh+OBhgoNCi0tLS0tLS0tLS0tLS1SdWJ5TXVsdGlwYXJ0UG9zdC1hOWM5Yzg4MGZkZmM1YjRlY2YwZjkxZjU0ZDAyM2MyOS0tDQoNCg==
|
10
|
-
headers:
|
11
|
-
User-Agent:
|
12
|
-
- Faraday v0.15.3
|
13
|
-
Authorization:
|
14
|
-
- "<AdminAccessToken>"
|
15
|
-
Content-Type:
|
16
|
-
- multipart/form-data; boundary=-----------RubyMultipartPost-a9c9c880fdfc5b4ecf0f91f54d023c29
|
17
|
-
Content-Length:
|
18
|
-
- '316'
|
19
|
-
Accept-Encoding:
|
20
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
21
|
-
Accept:
|
22
|
-
- "*/*"
|
23
|
-
response:
|
24
|
-
status:
|
25
|
-
code: 400
|
26
|
-
message: Bad Request
|
27
|
-
headers:
|
28
|
-
Date:
|
29
|
-
- Wed, 14 Nov 2018 04:12:06 GMT
|
30
|
-
Content-Type:
|
31
|
-
- application/json;charset=utf-8
|
32
|
-
Content-Length:
|
33
|
-
- '114'
|
34
|
-
Connection:
|
35
|
-
- keep-alive
|
36
|
-
Server:
|
37
|
-
- Apache
|
38
|
-
X-Content-Type-Options:
|
39
|
-
- nosniff
|
40
|
-
X-Frame-Options:
|
41
|
-
- SAMEORIGIN
|
42
|
-
body:
|
43
|
-
encoding: ASCII-8BIT
|
44
|
-
string: !binary |-
|
45
|
-
eyJlcnJvciI6IkZpbGUgZXJyb3IiLCJkZXRhaWxzIjpbeyJmaWxlIjoiZXJyb3IubWFwIiwibWVzc2FnZSI6ImludmFsaWQgY29sdW1ucyBjb3VudDog5p2x5LqsICDjgajjgYbjgY3jgofjgYYifV19
|
46
|
-
http_version:
|
47
|
-
recorded_at: Wed, 14 Nov 2018 04:12:06 GMT
|
48
|
-
recorded_with: VCR 4.0.0
|
@@ -1,38 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: delete
|
5
|
-
uri: "<Host>/management/v2.2/projects/212/bots/test_bot/maps/test"
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json
|
12
|
-
Authorization:
|
13
|
-
- "<AdminAccessToken>"
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
-
User-Agent:
|
17
|
-
- Ruby
|
18
|
-
response:
|
19
|
-
status:
|
20
|
-
code: 204
|
21
|
-
message: No Content
|
22
|
-
headers:
|
23
|
-
Date:
|
24
|
-
- Wed, 14 Nov 2018 04:12:11 GMT
|
25
|
-
Connection:
|
26
|
-
- keep-alive
|
27
|
-
Server:
|
28
|
-
- Apache
|
29
|
-
X-Content-Type-Options:
|
30
|
-
- nosniff
|
31
|
-
X-Frame-Options:
|
32
|
-
- SAMEORIGIN
|
33
|
-
body:
|
34
|
-
encoding: UTF-8
|
35
|
-
string: ''
|
36
|
-
http_version:
|
37
|
-
recorded_at: Wed, 14 Nov 2018 04:12:11 GMT
|
38
|
-
recorded_with: VCR 4.0.0
|
@@ -1,43 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: "<Host>/management/v2.2/projects/212/bots/test_bot/maps/"
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- Faraday v0.15.3
|
12
|
-
Authorization:
|
13
|
-
- "<AdminAccessToken>"
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
-
Accept:
|
17
|
-
- "*/*"
|
18
|
-
response:
|
19
|
-
status:
|
20
|
-
code: 200
|
21
|
-
message: OK
|
22
|
-
headers:
|
23
|
-
Date:
|
24
|
-
- Wed, 14 Nov 2018 04:12:06 GMT
|
25
|
-
Content-Length:
|
26
|
-
- '124'
|
27
|
-
Connection:
|
28
|
-
- keep-alive
|
29
|
-
Server:
|
30
|
-
- Apache
|
31
|
-
X-Content-Type-Options:
|
32
|
-
- nosniff
|
33
|
-
X-Frame-Options:
|
34
|
-
- SAMEORIGIN
|
35
|
-
Content-Disposition:
|
36
|
-
- attachment;filename*=UTF-8''test_bot_ja-JP_map.zip
|
37
|
-
body:
|
38
|
-
encoding: ASCII-8BIT
|
39
|
-
string: !binary |-
|
40
|
-
UEsDBBQACAAIAINpbk0AAAAAAAAAAAAAAAAEAAAAbWFwXAMAUEsHCAAAAAACAAAAAAAAAFBLAQIUABQACAAIAINpbk0AAAAAAgAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAABtYXBcUEsFBgAAAAABAAEAMgAAADQAAAAAAA==
|
41
|
-
http_version:
|
42
|
-
recorded_at: Wed, 14 Nov 2018 04:12:07 GMT
|
43
|
-
recorded_with: VCR 4.0.0
|