All Projects → yosida95 → uritemplate

yosida95 / uritemplate

Licence: BSD-3-Clause license
URI Template (RFC6570) Implementation in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to uritemplate

Uri.js
Javascript URL mutation library
Stars: ✭ 6,119 (+35894.12%)
Mutual labels:  uri-template
uri
A type to represent, query, and manipulate a Uniform Resource Identifier.
Stars: ✭ 16 (-5.88%)
Mutual labels:  uri-template

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].