Libraries tagged by lime
hi-man/rateguardian
6 Downloads
local rate limit based on yac
heptacom/shopware-ksk-attribute-max-length
3 Downloads
Shopware plugin to limit the character lengths in attribute fields
heddiyoussouf/mediasignature
8 Downloads
Mediasignature is a powerful and versatile package designed to provide image tokenization and access control capabilities. With Mediasignature, you can securely tokenize images and limit access to them for a specified period, adding an extra layer of protection to your valuable visual content
ggedde/spry-rate-limits
26 Downloads
Rate Limit Provider for Spry
fyyyn1210/kursbi
0 Downloads
Laravel package sederhana untuk mengambil data kurs mata uang Bank Indonesia secara dinamis dengan fitur filter tanggal, jumlah konversi, dan limit hasil.
firebrandhq/domain-specific-memberprofiles
184 Downloads
Extends the Member Profile page to limit who can register based on their email address
fahmiardi/support
8 Downloads
Contains string function to limit words
erhaweb/partner-rating
259 Downloads
Extbase/Fluid extension that allows departments to rate collaboration partners via a front-end form. Rating values can be specified as a comma separated list of integer values. Rating values greater than a configurable limit value must be justified. This is possible either by predefined reasons or a free text input.
erebot/ratelimiter-module
14 Downloads
Erebot module to limit the rate at which the bot sends messages
epiphanyinfotech/laravel-aws-custom-policy-url-signer
17 Downloads
Get epiphanyinfotech custom policy url to append to cloudfront file with a valid key-pair id and time limit
ella123/hyperf-throttle
45 Downloads
hyperf throttle rate limit
devhamidreza/ratelimitredis
0 Downloads
simple rate limit use Redis
crcms/throttle
22 Downloads
crcms throttle limit the number of executions extends laravel
coolephp/rate-limiter
14 Downloads
Provides a Token Bucket implementation to rate limit input and output in your Coole application. - 提供令牌桶实现来限制 Coole 应用程序中的输入和输出。
cbeyersdorf/easybill
1 Downloads
The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.