Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jahanis/uritemplate

 
 

Repository files navigation

uritemplate

uritemplate is a Go implementation of URI Template [RFC6570] with full functionality of URI Template Level 4.

uritemplate can also generate a regexp that matches expansion of the URI Template from a URI Template.

Getting Started

Installation

$ go get -u github.com/yosida95/uritemplate/v3

Documentation

The documentation is available on GoDoc.

Examples

See examples on GoDoc.

License

uritemplate is distributed under the BSD 3-Clause license. PLEASE READ ./LICENSE carefully and follow its clauses to use this software.

Author

yosida95

About

URI Template (RFC6570) Implementation in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%