hanklords/flickraw

[suggestion] Convert account credentials to constructor parameters

Closed this issue · 2 comments

How about moving api_key and shared_secret from class variables in FlickRaw to instance variables in FlickRaw::Flickr, then it will be possible to run multiple connections easily?

If you're interested in this idea, I can submit another PR.

It is a good idea.

PR #104 created