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

Use input. #2

Open
Jarzamendia opened this issue Oct 30, 2018 · 2 comments
Open

Use input. #2

Jarzamendia opened this issue Oct 30, 2018 · 2 comments

Comments

@Jarzamendia
Copy link

Hi!

How can I use the contents of the body in my function?

Something like:

public string Handle (string input) {
return string.Format ("Hi there - your input was: {0} \ n", input);
}

@alexellis
Copy link
Member

Hi, what have you tried so far?

Maybe you could join slack and ask the community for help there? Email [email protected]

@Jarzamendia
Copy link
Author

Sorry for the delay.

I can use the $input variable to interact with the post body.

I'm having some problems with very large responses. I believe I should resolve by responding with JSON. Thank you!

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

No branches or pull requests

2 participants