Skip to content

Commit da38640

Browse files
committed
Add _patches, rename _undocumented, unsort args.
1 parent d5786f8 commit da38640

23 files changed

+131
-10
lines changed

.rubocop_todo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2025-09-06 23:33:08 UTC using RuboCop version 1.80.2.
3+
# on 2025-09-21 13:03:00 UTC using RuboCop version 1.80.2.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 3
9+
# Offense count: 4
1010
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1111
Metrics/AbcSize:
12-
Max: 50
12+
Max: 49
1313

1414
# Offense count: 1
1515
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
@@ -20,7 +20,7 @@ Metrics/BlockLength:
2020
# Offense count: 1
2121
# Configuration parameters: CountComments, CountAsOne.
2222
Metrics/ClassLength:
23-
Max: 127
23+
Max: 132
2424

2525
# Offense count: 2
2626
# Configuration parameters: AllowedMethods, AllowedPatterns.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This is a maintained, machine-readable version of the Slack API Docs, generated
1414

1515
[Known undocumented methods and groups](https://github.com/ErikKalkoken/slackApiDoc) have been added manually.
1616

17-
* [methods](methods/undocumented): Undocumented methods.
18-
* [groups](groups/undocumented): Undocumented groups.
17+
* [methods](methods/_undocumented): Undocumented methods.
18+
* [groups](groups/_undocumented): Undocumented groups.
1919

2020
### It needs an update!
2121

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"user_id"
6+
],
7+
"desc": "Exactly one of these arguments is required to identify the session that is to be invalidated, user_id is preferred and team_id will be deprecated and eventually removed on January 15, 2025.",
8+
"mutually_exclusive": true
9+
}
10+
]
11+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"attachments",
6+
"blocks",
7+
"text"
8+
],
9+
"desc": "One of these arguments in addition to text is required to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
10+
"mutually_exclusive": false
11+
}
12+
]
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"attachments",
6+
"blocks",
7+
"text"
8+
],
9+
"desc": "One of these arguments in addition to text is required to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
10+
"mutually_exclusive": false
11+
}
12+
]
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"attachments",
6+
"blocks",
7+
"text"
8+
],
9+
"desc": "One of these arguments in addition to text is required to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
10+
"mutually_exclusive": false
11+
}
12+
]
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"attachments",
6+
"blocks",
7+
"text"
8+
],
9+
"desc": "One of these arguments in addition to text is required to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
10+
"mutually_exclusive": false
11+
}
12+
]
13+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"permission_type"
6+
],
7+
"desc": ".",
8+
"mutually_exclusive": true
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)