# Functions
CreateComment creates a comment and appends the comment to the item.Comments array.
DeleteComment delete's an existing comment.
GetComments returns a list of comments.
GetStars returns a list of starred items.
UpdateStar updates the HasStarred attribute on an item.
# Type aliases
Params a key-value map of path params.
WithParams can be used to wrap handlers to take an extra arg for path params.