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.
- Host: GitHub
- URL: https://github.com/thislight/uri_template_r
- Owner: thislight
- License: bsd-3-clause
- Created: 2018-08-20T07:55:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T07:57:46.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T20:37:58.790Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.