HexmosTech / Lama2

Free, Lightweight & Collaborative API Client
https://hexmos.com/lama2/index.html
GNU Affero General Public License v3.0
109 stars 6 forks source link

Integer variable expansion fails in JSON body #38

Closed shrsv closed 1 year ago

shrsv commented 1 year ago

image

${uid} expansion fails in the above example. If we include quotes around the variable ("${uid}"), variable expansion works as expected. However, the former case is supposed to work.