I’m documenting some API use cases. Many of our REST calls include options like an “API Token”
My hope: find a way to use Hugo to set up variables.
Ideally, a reader would enter a value for an API_Token
, and Hugo would populate that same value to all REST calls with that variable.
I’ve looked through what I could with User-Defined variables, and I think "no, that doesn’t help.
Thanks!