package
1.0.0
Repository: https://github.com/chanioxaris/json-server.git
Documentation: pkg.go.dev

# Packages

Package common contains the set of handler functions and routes which by default supported from the web api.

# Functions

Create operates as a http handler, to add a new resource.
Delete operates as a http handler, to delete an existing resource.
List operates as a http handler, to return all available resources.
Read operates as a http handler, to return the requested resource by id.
Replace operates as a http handler, to replace an existing resource.
Setup API handler based on provided resources.
Update operates as a http handler, to update an existing resource.