-
Notifications
You must be signed in to change notification settings - Fork 38
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
Maybe allow user to select http method on a fxn level? #109
Comments
to allow toggling http method, get or post added assert() method for general package use added check_http_method() helper fxn for checking user input http_method values
Would it be possible to add the http_method parameter to functions like If I run these functions I get an error: If I modify the function and set |
Would you be comfortable sending a pull request with the change? if not i can do |
Yes, I can try to do that. |
via https://discuss.ropensci.org/t/ckranr-issue-when-accessing-data-gov-mk/1638
use case is some CKAN instances only support POST while others support only GET for some CKAN API methods
The text was updated successfully, but these errors were encountered: