Lama2 icon indicating copy to clipboard operation
Lama2 copied to clipboard

Free, Lightweight & Collaborative API Client

Results 22 Lama2 issues
Sort by recently updated
recently updated
newest added

According to the [Stackoverflow](https://survey.stackoverflow.co/2022/#integrated-development-environment) survey, the following seem like some important platforms that may benefit Lama2 integration: 1. Vim/NeoVIM 2. Jetbrains Intellij, Rider, Pycharm, GoLand, CLion, etc 3. Emacs 4....

enhancement
help wanted

Presently only the Response headers seem to appear

Sometimes it is easier to launch a request through a button, rather than the command shell.

We tend to have variables for remote/local hostname, and presently it is cumbersome to switch between the various values. Build an autocomplete for variables; fetch values from `l2.env` and if...

enhancement

It'll be super handy to have an option to generate Python/JS/Other code from `.l2` specifications. [curlconverter](https://github.com/curlconverter/curlconverter) seems like a nice JS project which can generate code in multiple languages, given...

enhancement

For application using JWT token this is the typical use case, like this in my current curl script: ``` TOKEN=$(curl -d '{"email": "[email protected]", "pass": "hello"}' -H 'Content-Type: application/json' http://localhost:3210/rpc/login |...

enhancement

Example file: ``` GET ${LOCAL_COORD}/api/request-pwd/[email protected] ``` In this case `+` is a special character which is part of the email value. It is not being interpreted correctly at backend. However,...

bug

We need syntax highlighters for `.l2` syntax. If you have experience in the area, please [contact us](https://hexmos.com/lama2/about/contact.html). From my limited research, [iro4cli](https://github.com/c272/iro4cli) seems like a tool capable of generating multiple...

enhancement

Postman data can be exported to [various formats](https://learning.postman.com/docs/getting-started/importing-and-exporting-data/#exporting-postman-data) in static form. Insomnia too, has similar [features](https://docs.insomnia.rest/insomnia/import-export-data). It'll be useful to have automated conversion from collections -> a directory of `.l2`...