Skip to content

resoursea/printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A high productivity web framework for quickly writing resource based services fully implementing the REST architectural style.

Printer

This package is a tool that prints all the routed Resources and Methods from a Resoursea project.

How to use

Install the Printer package:

go get github.com/resoursea/printer

Routing all your Resource tree using Resoursea is as easy as:

router, err := api.NewRouter(Resource{})

To print all te routed Resources and Methods:

  • Import this package import "github.com/resoursea/printer"

  • Call the method printer.Router(router)

Larn More

The concept, Samples, Documentation, interfaces and resources to use...

About

Print all routed Resources and Methods in console.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages