# Functions
Method Description: Data request to add a geo event to the database.
Method Description: Validates if a specific event exists in the database that has the same unique id
Parameter: UUID
Parameter Description: unique id of the request
Returns true or false if the UUID exists, and returns an error if the database has an issue
*/.
Method Description: Validates if a specific username and timestamp combo already exists
Parameter: user, time
Parameter Description: user, the username of the request
Parameter Description: time, the unix timestamp of the request
Returns true or false if the user/time combo exists, and returns an error if the database has an issue
*/.
Method Description: Validates if a specific username and timestamp combo already exists
Parameter: user, time
Parameter Description: user, the username of the request
Parameter Description: time, the unix timestamp of the request
This method returns the final response json back to the requester
*/.