package
0.0.0-20220711204903-0fda810cc470
Repository: https://github.com/curious-kitten/scratch-post.git
Documentation: pkg.go.dev

# Functions

Delete provides an API endpoint used to delete an intem.
Get returns a single instance of an item based on the ID in the path.
List reponds to a HTTP Get request for a collection.
Post
Post reponds to a HTTP Post request to a collection.
Put provides an API endpoint used to update an intem.

# Structs

ItemList formats the collection get response to a list.