Skip to content

Commit

Permalink
frdrpc: add POST bindings for more complex calls
Browse files Browse the repository at this point in the history
Using GET mappings for REST means we have to place every parameter in
the URL query. This is not very convenient if there are many parameters.
But even worse, some types like arrays/slices aren't supported in query
parameters and map types are very awkward to use.
So we add POST mappings for the calls that have many or more complex
request parameters.
  • Loading branch information
guggero committed Apr 19, 2023
1 parent ed649cb commit 2ce241c
Show file tree
Hide file tree
Showing 3 changed files with 829 additions and 0 deletions.
Loading

0 comments on commit 2ce241c

Please sign in to comment.