mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Added package limiter (#2232)
This commit is contained in:
parent
51498c0da9
commit
94240bf40a
@ -26159,5 +26159,21 @@
|
|||||||
"description": "A basic little argument parser",
|
"description": "A basic little argument parser",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/squattingmonk/blarg"
|
"web": "https://github.com/squattingmonk/blarg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "limiter",
|
||||||
|
"url": "https://github.com/supranim/limiter",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"http",
|
||||||
|
"limiter",
|
||||||
|
"rate-limiter",
|
||||||
|
"throttle",
|
||||||
|
"api",
|
||||||
|
"supranim"
|
||||||
|
],
|
||||||
|
"description": "A simple to use HTTP rate limiting library to limit any action during a specific period of time.",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/supranim/limiter"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user