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

Commit e2e0ca7

Browse files
author
Satana Charuwichitratana
authored
Merge pull request #53 from intocode-io/delete-a-scenario-set
things remove:scenario-set
2 parents bbe7e08 + 0394146 commit e2e0ca7

23 files changed

+542
-10
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

33
## [1.2.0]
4+
### Added
45
- `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.
6+
- `things get:scenario-set` Get the scenario set registered under a product
7+
- `things remove:scenario-set` Delete a scenario set registered under a product
68

79
## [1.1.0]
810
### Added

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,39 @@ Command line interface for LINE APIs. This module will help you to easily work w
1414
LINE API CLI helps you to work with LINE-API-related projects faster as you do not need to switch between a web browser and IDE ( after your first-time setup :P ). If you already are a hardcore "Terminal/Console" fanboy that using cURL to work with LINE APIs, using this package will reduce your time typing same long API cURL commands.
1515

1616
### Available commands, operations, and options
17-
17+
#### LINE API configuration and token management
1818
- `line`
1919
- `init`
2020
- `token`
2121
- `--issue`
2222
- `--revoke`
23+
#### Richmenu API
2324
- `richmenu`
2425
- `add`
2526
- `remove`
2627
- `list`
2728
- `default`
2829
- `link`
2930
- `unlink`
31+
#### LIFF API v1
3032
- `liff`
3133
- `add`
3234
- `remove`
3335
- `update`
3436
- `list`
37+
#### LINE Things API
3538
- `things`
3639
- `add:trial`
3740
- `remove:trial`
3841
- `list:trial`
3942
- `get:device`
4043
- `get:devices`
4144
- `get:product`
42-
- `register:scenario-set`
43-
- `get:scenario-set`
45+
#### Scenario management API for automatic communication
46+
- `things`
47+
- `register:scenario-set`
48+
- `remove:scenario-set`
49+
- `get:scenario-set`
4450

4551
## Installation
4652

@@ -230,6 +236,12 @@ things register:scenario-set
230236
things get:scenario-set
231237
```
232238

239+
### Delete a scenario set registered under a product
240+
241+
```
242+
things remove:scenario-set
243+
```
244+
233245
## Comprehensive usage
234246

235247
We provide comprehensive usage of each command / operation / option with CLI. Simply run a command with/without operation and follow by `--help` option. For example,

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

+35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/commands/things-command.js

+9-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/commands/things-command.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/index.js

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)