dblock / iex-ruby-client

IEX Finance API Ruby Client
MIT License
119 stars 60 forks source link

Adds ability to retrieve a company's logo #10

Closed rodolfobandeira closed 6 years ago

rodolfobandeira commented 6 years ago
IEX::Resources::Logo.get('MSFT')
https://storage.googleapis.com/iex/api/logos/MSFT.png
dblock commented 6 years ago

Add a line to https://github.com/dblock/iex-ruby-client/blob/master/CHANGELOG.md and this is good to go! Thanks.

rodolfobandeira commented 6 years ago

@dblock Added. Thanks!

rodolfobandeira commented 6 years ago

@dblock Fixed typos and rebase the latest master. Thanks!

dblock commented 6 years ago

Merged, thanks!