Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 977 Bytes

README.rst

File metadata and controls

46 lines (30 loc) · 977 Bytes

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