iex-ruby-client
iex-ruby-client copied to clipboard
IEX Finance API Ruby Client
It looks like the token copied from your Slack client project [doesn't have write access](https://github.com/dblock/iex-ruby-client/runs/7473374501?check_suite_focus=true#step:4:11) to the project?
Does this library currently support querying for FX data? I looked through the code and didn't immediately see it. I tried the price method but it looks like it can't...
https://iexcloud.io/cloud-cache/ This is just adding `cache=true` parameter, we need documentation, configuration, etc.
Reference: https://iextrading.com/developer/docs/#ipo-calendar
Match version, log updates, link changelog. https://iextrading.com/developer/docs/#changelog
Lots of methods from https://iextrading.com/developer/docs missing. Please help us implement them!
Still WIP but would be nice if you can take a general look
This PR adds the "Search" endpoint. Search doesn't quite fit the Resourceful pattern, so I put the tests in `client_spec.rb`. Happy to move them if you'd prefer them to be...