# README
frontend
Run the following command to restore dependencies to vendor/
directory:
dep ensure --vendor-only
# Structs
AllRatingsResponse describes response for GET /ratings.
ErrorResponse describes error response for API call.
RatingRequest describes request for POST /rating.
RatingResponse describes response for GET /rating/<id>.