I am using an api that has a list of images that I would like to save to my own server. Does anyone have any suggestions on what are the best ways of doing this? or what lib’s I should be looking to use?
Thanks,
Ian
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ruby’s open-uri library is a quick way to get going.
open-uri
It extends the open method with support for urls, so the following works: