Skip to contents

This is a low-level function for making requests to the Halo Infinite API. Most users will not need to use this function directly, but will instead use one of the wrapper functions that are specific to the available endpoints.

Usage

HaloDotAPI(endpoint, ..., version, token, class)

Arguments

endpoint

Endpoint.

...

Query parameters passed on to the chosen endpoint.

version

HaloDotAPI Version.

token

HaloDotAPI Token.

class

Class for returned object.

Value

A list with a class that is specific to the chosen endpoint.