Overview
  • Namespace
  • Class

Namespaces

  • APWG
    • API
      • Alerts
      • Groups
      • Index
      • MalIP
      • Phish
      • ReportPhishing

Classes

  • ReportPhishingClient

Class ReportPhishingClient

Interact with the Report_Phishing API

Class ReportPhishingClient

APWG\API\AbstractClient implements APWG\API\ClientInterface
Extended by APWG\API\ReportPhishing\ReportPhishingClient
Namespace: APWG\API\ReportPhishing
Package: APWG\API\ReportPhishing
Copyright: Copyright (c) 2017 The Anti-Phishing Working Group
Author: Andrew Breksa andrew@apwg.org
Located at APWG/API/ReportPhishing/ReportPhishingClient.php

Methods summary

public Psr\Http\Message\ResponseInterface
# search( array $options = [] )

Searches the report_phishing module

Searches the report_phishing module

Parameters

$options
an associative array of query parameters

Returns

Psr\Http\Message\ResponseInterface
public Psr\Http\Message\ResponseInterface
# get( integer $id, array $options = [] )

Gets a specific email

Gets a specific email

Parameters

$id
the email id
$options
an associative array of query parameters

Returns

Psr\Http\Message\ResponseInterface
public Psr\Http\Message\ResponseInterface
# getParamSchema( integer $options = [], array $options,… )

Return a JSON schema for the report_phishing module's GET:/report_phishing endpoint parameters, useful for validating Alert queries

Return a JSON schema for the report_phishing module's GET:/report_phishing endpoint parameters, useful for validating Alert queries

Parameters

$options
$id the phish id
$options,…
an associative array of query parameters

Returns

Psr\Http\Message\ResponseInterface

Methods inherited from APWG\API\AbstractClient

__construct(), _call(), getApiKey(), getBaseUri(), getCache(), getClient(), getGlobalOptions(), getGuzzleOptions(), setApiKey(), setBaseUri(), setCache(), setClient(), setGlobalOptions(), setGuzzleOptions()

Properties summary

Properties inherited from APWG\API\AbstractClient

$apiKey, $base_uri, $cache, $client, $globalOptions, $guzzleOptions

API documentation generated by ApiGen