# Packages
Package fossa provides a high-level interface to the FOSSA API (by default, located at https://app.fossa.com).
# Functions
Get is a convenience method for MakeAPIRequest.
GetJSON is a convenience method for MakeAPIRequest.
MakeAPIRequest runs and logs a request backed by a default `http.Client`.
Post is a convenience method for MakeAPIRequest.
PostJSON is a convenience method for MakeAPIRequest.
# Type aliases
TimeoutError is an error caused by an HTTP request timeout.