NAME
tt
—
Make authenticated Matrix
requests.
SYNPOSIS
tt
[request-path]
DESCRIPTION
tt
is an extremely simple wrapper over
http(1) and
json(1) that automatically registers a user and continues to log in
as that user. It obtains an access token that it uses to authenticate the
given request, and then logs out when the request has completed. It also
doesn't require the whole URL to be typed; only the path name is needed.
ENVIRONMENT
METH
- The request method to use for the user-specified request.
DATA
- The data to pass to http(1). This can either be a string, or a file. Consult the http(1) page for details.