restbeast/restbeast

Ability to parse system env variables into env.

Closed this issue · 1 comments

restbeast_var_ARANDOMVARIABLE=test-value should be usable as

  body = {
    a-key = env.ARANDOMVARIABLE
  }