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

Commit 2f5b21f

Browse files
author
Satana Charuwichitratana
authored
Merge pull request #33 from intocode-io/richmenu-unlink
Close #13 richmenu unlink
2 parents 22746f5 + df4aaf2 commit 2f5b21f

17 files changed

+509
-31
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
## [0.6.0]
22
### Added
33
- `richmenu link`
4+
- `richmenu unlink`
45
### Changed
56
- Re-arrange columns in `richmenu list` and add `name` column
7+
- Update dependencies
68

79
## [0.5.0]
810
### Added

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
![NPM](https://img.shields.io/npm/l/@intocode-io/line-api-cli)
88
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/micksatana?locale.x=en_GB)
99

10-
1110
Command line interface for LINE APIs. This module will help you to easily work with LINE APIs via CLI.
1211

1312
## Short summary
1413

15-
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 a hardcore "Terminal/Console" fanboy, it will reduce your time typing same long cURL commands to work with the APIs. You can focus working in your IDE with developer-friendly command line interface.
14+
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.
1615

1716
### Available commands, operations, and options
1817

@@ -27,7 +26,7 @@ LINE API CLI helps you to work with LINE-API-related projects faster as you do n
2726
- `list`
2827
- `default`
2928
- `link`
30-
- `unlink` (upcoming)
29+
- `unlink`
3130
- `liff` (upcoming)
3231
- `add` (upcoming)
3332
- `remove` (upcoming)
@@ -133,6 +132,14 @@ Rich menu can be linked to a specific user. For example, if you want a rich menu
133132
richmenu link
134133
```
135134

135+
### Unlink a rich menu from a user
136+
137+
Rich menu can be unlinked from a specific user using `unlink` operation.
138+
139+
```
140+
richmenu unlink
141+
```
142+
136143
## Comprehensive usage
137144

138145
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/rich-menu-unlink-user-request.js

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

bin/apis/rich-menu-unlink-user-request.js.map

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

bin/commands/richmenu-command.js

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

0 commit comments

Comments
 (0)