Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export l2 file into cURL, Python, JS, etc #15

Open
shrsv opened this issue Feb 5, 2023 · 0 comments
Open

Export l2 file into cURL, Python, JS, etc #15

shrsv opened this issue Feb 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@shrsv
Copy link
Contributor

shrsv commented Feb 5, 2023

It'll be super handy to have an option to generate Python/JS/Other code from .l2 specifications.

curlconverter seems like a nice JS project which can generate code in multiple languages, given a curl input. So, then, the subproblems become:

  1. Create cURL from .l2
  2. Use goja VM to load curlconverter
  3. Pass the new curl command to curlconverter, to get code in various languages
  4. Add UI support in VSCode extension
@shrsv shrsv added the enhancement New feature or request label Feb 5, 2023
LinceMathew pushed a commit that referenced this issue Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant