hanklords / flickraw

Ruby library to access flickr api.
http://hanklords.github.com/flickraw/
MIT License
507 stars 98 forks source link

[suggestion] Convert account credentials to constructor parameters #103

Closed cyclotron3k closed 5 years ago

cyclotron3k commented 6 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?

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

hanklords commented 6 years ago

It is a good idea.

cyclotron3k commented 6 years ago

PR #104 created