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

docs / edge functions #89

Closed
TizianoT opened this issue Aug 20, 2024 · 0 comments
Closed

docs / edge functions #89

TizianoT opened this issue Aug 20, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@TizianoT
Copy link
Collaborator

Considering the following issues related to edge functions

It is important to clarify the methods used to run edge functions. These are POST and GET based on whether the user wants to provide a body.

Talking about the other methods:

  • PATCH is used to create or update an edge function
  • DELETE is used to remove an edge function
  • PUT doesn't exist

image

So the edge functions page of the documentation has to be improved to clarify that the method used to call an edge function is not related to what the edge function does.

E.g. an edge function that removes items from a database is called with a POST or with a GET request.

@TizianoT TizianoT assigned TizianoT and jacobprall and unassigned TizianoT Aug 20, 2024
@TizianoT TizianoT added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 20, 2024
@jacobprall jacobprall changed the title Improve edge function documentation docs / edge functions Aug 23, 2024
@jacobprall jacobprall assigned Gioee and unassigned jacobprall Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants