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

form/multipart requests for post/put/patch/delete #18

Closed
sckott opened this issue Dec 24, 2016 · 6 comments
Closed

form/multipart requests for post/put/patch/delete #18

sckott opened this issue Dec 24, 2016 · 6 comments
Milestone

Comments

@sckott
Copy link
Collaborator

sckott commented Dec 24, 2016

No description provided.

@sckott sckott added this to the v0.2 milestone Dec 24, 2016
@sckott sckott modified the milestones: v0.2, v0.3 Jan 2, 2017
@sckott sckott modified the milestones: v0.4, v0.3 Feb 17, 2017
@sckott sckott modified the milestones: v0.4, v0.5 Oct 2, 2017
@sckott sckott modified the milestones: v0.5, v0.6 Jan 19, 2018
@dickoa
Copy link

dickoa commented May 14, 2018

Hi Scott,

I'm working on an R package to interact with the HDX data portal (ckan based). The original code is on Gitlab but I also push to Github:

https://github.com/dickoa/rhdx

I'm using crul and I really love it (particularly the integration with vcr/webmockr). However, I want to be able to do some form/multipart requests to create datasets and resources on HDX but it's not possible.

In the meantime, I am using curl (code here) and I wanted to know if there is a way I can help you on this feature ? is using curl the best approach for the moment ?

I am not yet that familiar with the code base to contribute directly but I can help testing and I hope that soon I will be able to do more.

Thanks again @sckott for this great package.

@sckott
Copy link
Collaborator Author

sckott commented May 15, 2018

thanks @dickoa for the comment here.

curl is definitely a good approach, though I do want to make it work here.

✔️ I'll keep in mind to ping you for testing and user interface for this. I'll try to get something up this week for you to test out.

p.s. vcr is now on cran (binaries not up yet though), but you still need github webmockr until i get a new webmockr on cran this week sometime

@dickoa
Copy link

dickoa commented May 15, 2018

That's awesome. Thanks again.

@sckott sckott modified the milestones: v0.6, v0.7 Jul 8, 2018
@sckott sckott closed this as completed in be7d5b1 Jan 3, 2019
@sckott
Copy link
Collaborator Author

sckott commented Jan 3, 2019

@dickoa i think this is working, if you get a chance test and let me know. I can't seem to remember if there was a specific example that didn't work, so I wrote a bunch of new tests and all seems okay, but it's possible I'm missing something

@dickoa
Copy link

dickoa commented Jan 3, 2019

This is awesome @sckott, I will test it ASAP and report here.
That's a good way to start the year.
Thanks again and happy new year!

@sckott
Copy link
Collaborator Author

sckott commented Jan 3, 2019

thanks very muc

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

No branches or pull requests

2 participants