-
In lots of python web frameworks, eg Django, all URI templates are specified with regex parameters
It would be great to steal this feature: http://hannesg.github.io/uri_template/doc/URITemplate/RFC65…
-
First, thank you for this amazing project that saved me a lot of time to create my API!
For my VueJS application, i would like to implement an auto discoverable API with HATEOAS + JSON HAL (imposed…
-
Add support for parsing wildcard parameter in UriTemplate. From https://github.com/dotnet/corefx/issues/24652#issuecomment-381698515
```c#
var template = new UriTemplate("http://localhost/{/x}", f…
-
-
Checklist:
* [ x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x ] I've included steps to reproduce the bug.
* [x ] I've pasted the output of `argocd version…
-
const url = 'https://realtimeanalytics.yext.com/conversiontracking/conversion?cid=' + cid + '&cv=' + cv;
Please URI Encode the cid and cv variables, documentation is available at https://developers…
-
As of March 2012, [RFC 6570](http://tools.ietf.org/html/rfc6570) describes a way to create URI templates in a standard, comprehensive way. I'd like to evaluate and include support for it in FRAPI's ro…
-
*Description*:
This was a part of discussion for https://github.com/envoyproxy/envoy/issues/7728 but a separate issue, to add full or subset of URI Template (RFC6570) based route matching. The URI Te…
lizan updated
8 months ago
-
Seeing logs like the following (running 2.5.6d):
```
[09-Nov-2024 00:18:27 Australia/Sydney] Request URI: /index.php?main_page=shopping_cart, IP address: xx.xx.xx.xx, Language id 1
#0 /home/mysite/…
-
Implement a regular expression to be used as a [pattern](http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.16) to validation link hrefs as URIs or URI Templates. [format](http://tools.ietf…