-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Paths Object for POST requests on RPC endpoints
* Adds POST paths to the existing "/rpc/<function_name>" endpoints for valid functions * Adds Schema Objects for function parameters to be used in the request body * Adds common and specific Media Types to the Request Body Object (includes single unnamed argument functions) * Adds "rowFilter"s for functions that return <table>, <composite type> or have TABLE or INOUT/OUT arguments
- Loading branch information
1 parent
b6161a0
commit ae7aa61
Showing
12 changed files
with
1,281 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.