damnhandy / Handy-URI-Templates

A Java URI Template processor implementing RFC6570
https://damnhandy.github.io/Handy-URI-Templates/
Other
203 stars 37 forks source link

Added support for reverse variable matching #54

Closed nrktkt closed 8 years ago

nrktkt commented 8 years ago

Addresses #2

Bumped Java version to 8

Added Either monad class to deal with repeated variables.

Currently this should support the majority of use cases, however more work can be done to better support level 4 templates.

Future work:

damnhandy commented 8 years ago

Thanks!