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 POST requests #14

Open
roryf opened this issue Feb 14, 2013 · 1 comment
Open

Add support for POST requests #14

roryf opened this issue Feb 14, 2013 · 1 comment
Assignees
Milestone

Comments

@roryf
Copy link

roryf commented Feb 14, 2013

I started looking to add support for the listBatchSubscribe method but this really requires a POST request with parameters sent via message body (and support for array parameters, but that's easier done).

It seems like an implementation of IRequestProvider is the way to go about this. What would be the best way to configure a particular method to use the POST provider?

I was thinking of updating HandlesAttribute to also specify an optional RequestType, defaulting to UniversalRequestProvider. Does that sound reasonable?

@ChrisMissal
Copy link
Owner

This is definitely doable. I can imagine a couple ways to make it happen, but I like your idea. 👍

@ghost ghost assigned ChrisMissal Feb 15, 2013
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

2 participants