\unikent\FootprintsAPI

Sends tickets to FP.

Summary

Methods
Properties
Constants
create()
create_raw()
create_async()
create_async_raw()
No public properties found
api_url
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

api_url

api_url

The URL of the Footprints API.

Methods

create()

create(array<mixed,mixed>  $tickets) 

Send a ticket (or tickets) to FP.

Parameters

array<mixed,mixed> $tickets

The ticket object(s).

create_raw()

create_raw(string  $json) 

Send a ticket (or tickets) to FP.

Parameters

string $json

The raw JSON to send.

create_async()

create_async(array<mixed,mixed>  $tickets) 

Send a ticket (or tickets) to FP asynchronously.

Parameters

array<mixed,mixed> $tickets

The ticket object(s).

create_async_raw()

create_async_raw(string  $json) 

Send a ticket (or tickets) to FP asynchronously.

Parameters

string $json

The raw JSON to send.