mirror of
https://github.com/kristuff/abuseipdb
synced 2025-08-20 13:33:14 -07:00
v0.9.10
**Changed** - report categories methods related now static - `SilentApiHandler` class renamed `QuietApiHandler` **break change** - new static method `ApiResponse::createErrorResponse`
This commit is contained in:
parent
3c5c7155c2
commit
77c2857eb8
8 changed files with 63 additions and 56 deletions
|
@ -14,7 +14,7 @@
|
|||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*
|
||||
* @version 0.9.9
|
||||
* @version 0.9.10
|
||||
* @copyright 2020-2021 Kristuff
|
||||
*/
|
||||
|
||||
|
@ -33,9 +33,9 @@ class ApiHandler extends ApiBase
|
|||
use CurlTrait;
|
||||
|
||||
/**
|
||||
* @var string $version
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = 'v0.9.9';
|
||||
const VERSION = 'v0.9.10';
|
||||
|
||||
/**
|
||||
* The ips to remove from report messages
|
||||
|
@ -314,7 +314,7 @@ class ApiHandler extends ApiBase
|
|||
* @param bool $plainText True to get the response in plaintext list. Default is false
|
||||
* @param int $confidenceMinimum The abuse confidence score minimum (subscribers feature). Default is 100.
|
||||
* The confidence minimum must be between 25 and 100.
|
||||
* This parameter is subscriber feature (not honored otherwise).
|
||||
* This parameter is a subscriber feature (not honored otherwise).
|
||||
*
|
||||
* @return ApiResponse
|
||||
* @throws \RuntimeException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue