forked from mirrors/kingfisher
performance improvements and rule improvements
This commit is contained in:
parent
33bb1cd4a1
commit
0c65d7a7be
2 changed files with 1 additions and 11 deletions
|
|
@ -29,7 +29,7 @@ rules:
|
|||
content:
|
||||
request:
|
||||
method: GET
|
||||
url: https://api.todoist.com/api/v1/projects
|
||||
url: https://api.todoist.com/api/v1/user
|
||||
headers:
|
||||
Authorization: 'Bearer {{ TOKEN }}'
|
||||
response_matcher:
|
||||
|
|
|
|||
|
|
@ -6,16 +6,6 @@ rules:
|
|||
\b
|
||||
unsplash
|
||||
(?:.|[\n\r]){0,32}?
|
||||
(?:
|
||||
access
|
||||
(?:.|[\n\r]){0,12}?
|
||||
key
|
||||
|
|
||||
client
|
||||
(?:.|[\n\r]){0,12}?
|
||||
id
|
||||
)
|
||||
(?:.|[\n\r]){0,32}?
|
||||
\b
|
||||
(
|
||||
[A-Za-z0-9_]{43}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue