Stef Heyenrath

Results 713 comments of Stef Heyenrath

New version released, for release-notes, see below: # 1.0.5 (15 January 2020) - [#10](https://github.com/StefH/RestEase-Client-Generator/pull/10) - Add option to force Content-Type to 'application/json' [enhancement] contributed by [StefH](https://github.com/StefH) - [#11](https://github.com/StefH/RestEase-Client-Generator/pull/11) - Fix...

# 1.0.6 (20 January 2020) - [#16](https://github.com/StefH/RestEase-Client-Generator/pull/16) - DefineAllMethodHeadersOnInterface and GenerationType [enhancement] contributed by [StefH](https://github.com/StefH) - [#17](https://github.com/StefH/RestEase-Client-Generator/pull/17) - Add dictionary support for properties [bug] contributed by [apollo2030](https://github.com/apollo2030) - [#18](https://github.com/StefH/RestEase-Client-Generator/pull/18) -...

# 1.0.8 (29 February 2020) - [#20](https://github.com/StefH/RestEase-Client-Generator/pull/20) - Add RAML + update Enum support contributed by [StefH](https://github.com/StefH) # 1.0.7 (22 January 2020) - [#19](https://github.com/StefH/RestEase-Client-Generator/pull/19) - DefineSharedMethodQueryParametersOnInterface [enhancement] contributed by [StefH](https://github.com/StefH)

- You can also try it online via [Blazor WebAssembly demo](https://stefh.github.io/RestEase-Client-Generator/)

Can't you just use a `WildcardMatcher` with `/lookup/12345` and ignorecase = true?

Ah. In that case I think regexmatcher will be the best choice for you: https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#regular-expression-matching-regexmatcher Which is powerfull because it's regex, and also supports ignore case.

@mattisking I did update the ExactMather to support IgnoreCase. please test preview version `1.5.6-ci-16453`

@mattisking Did you time to test?