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 support for using GET when calling database functions #538

Merged
merged 4 commits into from
Apr 3, 2024

Conversation

jan-tennert
Copy link
Collaborator

What kind of change does this PR introduce?

Feature

What is the current behavior?

There is a parameter head, which also had the wrong docs.

What is the new behavior?

This parameter has been replaced by the enum RpcMethod which can be POST, GET or HEAD. When the method is not POST the parameters will be in the url params.

@jan-tennert jan-tennert added enhancement New feature or request postgrest labels Apr 3, 2024
@jan-tennert jan-tennert self-assigned this Apr 3, 2024
@jan-tennert jan-tennert merged commit 06e7a9c into development Apr 3, 2024
8 checks passed
@jan-tennert jan-tennert deleted the rpc-get branch April 3, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request postgrest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant