JSONAPI: PHP SDK

_ C J M

_

__construct() - Method in class JSONAPI\JSONAPI
Creates a new JSONAPI instance.

C

call() - Method in class JSONAPI\JSONAPI
Calls the single given JSONAPI API method with the given args.
callMultiple() - Method in class JSONAPI\JSONAPI
Calls the given JSONAPI API methods with the given args.
createKey() - Method in class JSONAPI\JSONAPI
Generates the proper SHA256 based key from the given method suitable for use as the key GET parameter in a JSONAPI API call.

J

JSONAPI() - Class in namespace JSONAPI
A PHP class for access Minecraft servers that have Bukkit with the JSONAPI plugin installed.

M

makeURL() - Method in class JSONAPI\JSONAPI
Generates the proper URL for a standard API call the given method and arguments.
makeURLMultiple() - Method in class JSONAPI\JSONAPI
Generates the proper URL for a multiple API call the given method and arguments.

JSONAPI: PHP SDK