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

Support parameterized requests #5

Open
TheModFather opened this issue Sep 1, 2013 · 0 comments
Open

Support parameterized requests #5

TheModFather opened this issue Sep 1, 2013 · 0 comments

Comments

@TheModFather
Copy link
Collaborator

Parameterized requests should be supported.
e.g.:
URI/GET style:
/some/node?param1=something&param2=else
Resource style (POST/PUT/etc):
/some/node/param1

Example 2 should already be supported at a basic level, but should better recurse the directory tree to establish if param1 should be the endpoint or if it should be the parameter (resource) on the "node" endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant