Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit bbe7e08

Browse files
author
Satana Charuwichitratana
authored
Merge pull request #52 from intocode-io/get-a-scenario-set
things get:scenario-set
2 parents 608355d + 93d9aa6 commit bbe7e08

37 files changed

Lines changed: 647 additions & 108 deletions

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

33
## [1.2.0]
4-
- `things register:scenarios` Register (create or update) a scenario set for automatic communication under a product.
4+
- `things register:scenario-set` Register (create or update) a scenario set for automatic communication under a product.
5+
- `things get:scenario-set` Get the scenario set registered under a product.
56

67
## [1.1.0]
78
### Added

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ LINE API CLI helps you to work with LINE-API-related projects faster as you do n
3939
- `get:device`
4040
- `get:devices`
4141
- `get:product`
42-
- `register:scenarios`
42+
- `register:scenario-set`
43+
- `get:scenario-set`
4344

4445
## Installation
4546

@@ -220,7 +221,13 @@ things get:product
220221
### Register (create or update) a scenario set for automatic communication under a product
221222

222223
```
223-
things register:scenarios
224+
things register:scenario-set
225+
```
226+
227+
### Get the scenario set registered under a product
228+
229+
```
230+
things get:scenario-set
224231
```
225232

226233
## Comprehensive usage

bin/apis/things-get-product-scenario-set-request.js

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/apis/things-get-product-scenario-set-request.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/commands/things-command.js

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/commands/things-command.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/operations/things-get-scenario-set-operation.js

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/operations/things-get-scenario-set-operation.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/operations/things-register-scenario-operation.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/operations/things-register-scenario-operation.js renamed to bin/operations/things-register-scenario-set-operation.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)