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

add query to arguments #5

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

Conversation

gorkemsevim
Copy link

What kind of change does this PR introduce?

you can add query params when you want to invoke functions

Bug fix, feature, docs update, ...
feature

What is the current behavior?

you can't add any query params to your functions
Please link any relevant issues here.
/habit-functions?date=2023-09-08

What is the new behavior?

you can append query params to your function name and can parse it on typescript side.
i wanted to add some filter mechanism to my edge functions but i don't want to send my data with post request.
with this PR you can add query as much as you want and parse in your backend(deno-ts) and return clean model
Feel free to include screenshots if it includes visual changes.

Additional context

Add any other context or screenshots.

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.

1 participant