-
Hi guys, first of all, I love "Handy-URI-Templates" library, works awesome. Now this not exactly an issue, is more a question about a feature.
I have this URI template:
http://localhost/my-app/employ…
-
Should `/some/:object-id` be supported? I do not get an error when parsing a path like this but the generated regular expression never matches paths I would expect to like `/some/1` or `/some/name`. …
-
Its would be handy if we can match and extract value from an url, for example:
template, _ := uritemplates.Parse("api.github.com/repos{/user,repo}")
agrs := make(map[string]interface{})
if template.M…
-
```
External references, such as a standards document, or specification?
http://tools.ietf.org/html/rfc6570
http://javadoc.google-http-java-client.googlecode.com/hg/1.13.1-beta/com/google/
api/clien…
-
```
External references, such as a standards document, or specification?
http://tools.ietf.org/html/rfc6570
http://javadoc.google-http-java-client.googlecode.com/hg/1.13.1-beta/com/google/
api/clien…
-
The API Designer (version something on 2015-01-01) reports
`Resource name is invalid: illegal character`
when there is a hyphen in a uriParameter, e.g.
```
/bug{a-b}:
uriParameters:
a-b:
…
-
### In progress
## Significant changes
- Caching and performance improvements. Details [available here](http://springfox.github.io/springfox/docs/snapshot/#caching)
- Form style query templating suppo…
-
```
External references, such as a standards document, or specification?
http://tools.ietf.org/html/rfc6570
http://javadoc.google-http-java-client.googlecode.com/hg/1.13.1-beta/com/google/
api/clien…
-
Custom router that is more efficient that regex, especially as number of routes grow
NOTE: This router must be capable of parsing URI templates.
-
_From [yan...@google.com](https://code.google.com/u/111815493751521097215/) on January 10, 2013 14:25:35_
External references, such as a standards document, or specification? http://tools.ietf.org/ht…