Skip to content

yosida95/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