# Packages
Package analytics provides the methods to run an analytics reporting system for API requests which may be useful to users for measuring access and possibly identifying bad actors abusing requests.
# Variables
ErrNoAuth should be used to report failed auth requests.
# Interfaces
Createable accepts or rejects external POST requests to endpoints such as: /api/content/create?type=Review.
Deleteable accepts or rejects update POST requests to endpoints such as: /api/content/delete?type=Review&id=1.
Trustable allows external content to be auto-approved, meaning content sent as an Createable will be stored in the public content bucket.
Updateable accepts or rejects update POST requests to endpoints such as: /api/content/update?type=Review&id=1.