Glimpse / Glimpse.Prototype

Glimpse v2 prototype
MIT License
184 stars 44 forks source link

Switch over IResource infrastructure to use URI Templates for param matching #51

Closed avanderhoorn closed 8 years ago

avanderhoorn commented 8 years ago

This should be fairly straight forward.

nikmd23 commented 8 years ago

I've found a small issue in Tavis.UriTemplates.

We could merge this in now, but users will get additional keys injected into their parameter dictionary. We may want to wait until tavis-software/Tavis.UriTemplates#29 is resolved.

nikmd23 commented 8 years ago

I updated Tavis.UriTemplate to version 0.6.6-beta, which should resolve tavis-software/Tavis.UriTemplates#29, but I ran into a new issue documented at tavis-software/Tavis.UriTemplates#30.

nikmd23 commented 8 years ago

tavis-software/Tavis.UriTemplates#30 has been fixed, so this PR is now working.