Documentation

SkyAPIEndpoint
in package

Table of Contents

Properties

$accessToken  : AccessToken
$client  : Client
$path  : string
$sky  : BlackbaudSKY

Methods

__construct()  : mixed
delete()  : mixed
endpoint()  : SkyAPIEndpoint
get()  : mixed
patch()  : mixed
post()  : mixed
send()  : mixed

Properties

Methods

__construct()

public __construct(BlackbaudSky $sky, string $path, AccessToken $accessToken) : mixed
Parameters
$sky : BlackbaudSky
$path : string
$accessToken : AccessToken

delete()

public delete(string $url[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$url : string
$options : array<string|int, mixed> = []

get()

public get(string $url[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$url : string
$options : array<string|int, mixed> = []

patch()

public patch(string $url[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$url : string
$options : array<string|int, mixed> = []

post()

public post(string $url[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$url : string
$options : array<string|int, mixed> = []

send()

public send(string $method, string $url[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$method : string
$url : string
$options : array<string|int, mixed> = []

        
On this page

Search results