Hi I am a bit confused when reading the documentat...
# general
m
Hi I am a bit confused when reading the documentation on Wiremock. The documentation is split on Wiremock.io and Wiremock.org. Now I am unsure if Documentation that is mentioned on Wiremock.io only also can apply to Wiremock OSS. For instance the {{#unless @last}} function is only mentioned on https://docs.wiremock.io/response-templating/conditional-logic-and-iteration but not on https://wiremock.org/docs/response-templating/, does that mean such functions are unavailable on the OSS and Wiremock cloud would be required to use it?
l
Yes, some things are only available on wiremock cloud. If you are using the OSS then you should stick to the docs on wiremock.org.
m
Thanks for the info 🙂
p
Worth trying it though, I couldn't see the handlebars date helpers in standalone docs (they were in cloud ones) but they work fine. Also the {{unless @last}} is a native handlebars helper so should work https://handlebarsjs.com/guide/builtin-helpers.html#each
l
@Patrick Davy are we missing some docs on the OSS site? If so I would be interested to know what we are missing so I can plug the gap. Are the date helpers you are referring to these docs - https://wiremock.org/docs/response-templating/#date-and-time-helpers
p
Yes, those ones, either you've updated the docs or I missed them back when I was doing wiremock PoC's!
l
Awesome, good to know there isn't a gap on the date helpers 👍 Looks like all that info was added back in 2022. The OSS site could really do with a decent search option.
p
user error 🙂 but yea, either better search or more fine grained structure/index
👍 1