The default options used when making requests with this instance.
The server associated with this instance.
Perform an HTTP GET to the provided URL.
The URL to connect to.
The TwitarrHTTPOptions options to use when connecting.
A TwitarrResult result object.
The authorization key to use for ReST APIv2 calls.
The password for ReST APIv2 calls.
The username for ReST APIv2 calls.
Perform an HTTP DELETE to the provided URL.
The URL to connect to.
The TwitarrHTTPOptions options to use when connecting.
A TwitarrResult result object.
Perform an HTTP POST to the provided URL.
The URL to connect to.
The TwitarrHTTPOptions options to use when connecting.
A TwitarrResult result object.
Post a file to the provided URL using a multipart/form-data request.
The URL to connect to.
The name of the file to be uploaded.
The content-type of the file to be uploaded.
The file (as bytes) to send.
The TwitarrHTTPOptions options to use when connecting.
A TwitarrResult result object.
Perform an HTTP PUT to the provided URL.
The URL to connect to.
The TwitarrHTTPOptions options to use when connecting.
A TwitarrResult result object.
Generated using TypeDoc
Interface for making ReST calls to an HTTP server.