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

feat: tengo http support #71

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

feat: tengo http support #71

wants to merge 19 commits into from

Conversation

sumslim
Copy link

@sumslim sumslim commented Nov 13, 2024

Added support for HTTP module in tengo for making http calls from tengo script

Comment on lines +61 to +62
http := import("http")
response := http.get("http://example.com")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

@irainia irainia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linter seems still error, need to be fixed

plugins/internal/tengoutil/secure_script.go Outdated Show resolved Hide resolved
plugins/internal/tengoutil/secure_script.go Outdated Show resolved Hide resolved
plugins/internal/tengoutil/secure_script.go Outdated Show resolved Hide resolved
plugins/internal/tengoutil/secure_script.go Outdated Show resolved Hide resolved
@sumslim sumslim changed the title feat: Tengo http support feat: tengo http support Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants