Closed cyclotron3k closed 5 years ago
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?
api_key
shared_secret
FlickRaw
FlickRaw::Flickr
If you're interested in this idea, I can submit another PR.
It is a good idea.
PR #104 created
How about moving
api_key
andshared_secret
from class variables inFlickRaw
to instance variables inFlickRaw::Flickr
, then it will be possible to run multiple connections easily?If you're interested in this idea, I can submit another PR.