insodoc / insomnia-documenter

Tool to create minimalist and beautiful API documentation pages using your Insomnia workspace export file.
MIT License
492 stars 59 forks source link

Environment not working #49

Closed AxelLR992 closed 3 years ago

AxelLR992 commented 3 years ago

Hello! I just discovered this documenter and I love it, but I have a problem with my environment's variables. Look at my generated documentation: image

It is not taking the value of my variable. Insomnia does it with no problem. Is this a bug? I was thinking it may is because of the introduction of the underscore and dot before the variable in insomnia: image

Originally posted by @AxelLR992 in https://github.com/jozsefsallai/insomnia-documenter/discussions/48

jozsefsallai commented 3 years ago

Yes, as I mentioned there, it turns out that Insomnia has tweaked their way of handling environment variables a bit, Thank you for creating this issue though! We will look into this!

devhammed commented 3 years ago

@AxelLR992 The fix has been pushed, @jozsefsallai will merge ASAP.