mirror of
https://github.com/larksuite/cli.git
synced 2026-07-09 02:14:02 +08:00
Update im +chat-messages-list to request only thread root messages from /open-apis/im/v1/messages by default. This aligns the shortcut request shape with topic-group usage and makes the intended API behavior explicit in both runtime params and dry-run output. Change-Id: I3901b27e70b0e4db506ff199eb03c96fcf98671d
42 lines
345 B
Plaintext
42 lines
345 B
Plaintext
# Build output
|
|
/lark-cli
|
|
.cache/
|
|
dist/
|
|
bin/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Go
|
|
docs/ref
|
|
docs/
|
|
vendor/
|
|
|
|
|
|
#test
|
|
test_scripts/
|
|
tests/mail/reports/
|
|
|
|
/log/
|
|
|
|
|
|
# Generated / test artifacts
|
|
.hammer/
|
|
internal/registry/meta_data.json
|
|
cmd/api/download.bin
|
|
app.log
|
|
/sidecar-server-demo
|
|
/server-demo
|