Files
oikos/vendor/github.com/yosida95/uritemplate/v3/README.rst
dtoro febc153b7f
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled
ci / web (push) Has been cancelled
Desktop App / Build Linux (amd64) (push) Has been cancelled
Desktop App / Attach to Release (push) Has been cancelled
fix: add involves edge from task to agent:nomos at creation
Plus sync vendor directory for Docker build compatibility.
2026-08-11 22:03:12 +02:00

47 lines
977 B
ReStructuredText

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
~~~~~~~~~~~~
.. code-block:: sh
$ 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_
.. _`URI Template`: https://tools.ietf.org/html/rfc6570
.. _Godoc: https://godoc.org/github.com/yosida95/uritemplate
.. _`examples on GoDoc`: https://godoc.org/github.com/yosida95/uritemplate#pkg-examples
.. _yosida95: https://yosida95.com/
.. _uritemplate: https://github.com/yosida95/uritemplate