modulepackage
0.0.0-20211102113829-994cc0f97169
Repository: https://github.com/searis/rest-layer.git
Documentation: pkg.go.dev
# README
Fork moved to https://github.com/clarify/rested
# Packages
Package graphql is a `net/http` handler implementing the GraphQL protocol for
the REST Layer framework.
Package resource defines and manages the resource graph and handle the interface
with the resource storage handler.
Package rest is a `net/http` handler responsible for HTTP RESTful implementation
for the REST Layer framework.
Package schema provides a validation framework for the API resources.