An open API service indexing awesome lists of open source software.

https://github.com/thislight/uri_template_r

UriTemplate Reborn is an implementation of RFC 6570, URI Template.
https://github.com/thislight/uri_template_r

Last synced: about 1 year ago
JSON representation

UriTemplate Reborn is an implementation of RFC 6570, URI Template.

Awesome Lists containing this project

README

          

UriTemplate Reborn
===========

UriTemplate Reborn is an implementation of [RFC 6570][rfc6570], URI Template.

[rfc6570]: http://tools.ietf.org/html/rfc6570

This version is a fork of Dart Team's [uri_template](https://github.com/dart-lang/uri_template), just try to port String mode in Dart 2.

There is a FormatException while testing, but the library just works, i am lazy to fix it.