README.rst

 1uritemplate
 2===========
 3
 4`uritemplate`_ is a Go implementation of `URI Template`_ [RFC6570] with
 5full functionality of URI Template Level 4.
 6
 7uritemplate can also generate a regexp that matches expansion of the
 8URI Template from a URI Template.
 9
10Getting Started
11---------------
12
13Installation
14~~~~~~~~~~~~
15
16.. code-block:: sh
17
18   $ go get -u github.com/yosida95/uritemplate/v3
19
20Documentation
21~~~~~~~~~~~~~
22
23The documentation is available on GoDoc_.
24
25Examples
26--------
27
28See `examples on GoDoc`_.
29
30License
31-------
32
33`uritemplate`_ is distributed under the BSD 3-Clause license.
34PLEASE READ ./LICENSE carefully and follow its clauses to use this software.
35
36Author
37------
38
39yosida95_
40
41
42.. _`URI Template`: https://tools.ietf.org/html/rfc6570
43.. _Godoc: https://godoc.org/github.com/yosida95/uritemplate
44.. _`examples on GoDoc`: https://godoc.org/github.com/yosida95/uritemplate#pkg-examples
45.. _yosida95: https://yosida95.com/
46.. _uritemplate: https://github.com/yosida95/uritemplate