Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
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?
https://iexcloud.io/cloud-cache/ This is just adding `cache=true` parameter, we need documentation, configuration, etc.
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!
https://github.com/dry-rb/dry-container/issues/81 https://github.com/dry-rb/dry-types/issues/431 https://github.com/jruby/jruby/issues/6980
We now have working code for #131. Maybe that can be provided automatically as a Railtie?
http://pastebin.com/QQV0NJ5K ``` ruby # Entity module API module Entities class Article < Grape::Entity expose :title, documentation: { type: 'string', desc: 'Title' } expose :body, documentation: { type: 'string', desc: 'Body'...
We need a way to say: only the parameters declared are allowed. For a new API the whitelist of `params` could really be super useful for typos and wondering why...
Coming from https://github.com/swagger-api/swagger-ui/issues/4981 Swagger UI produces multipart bodies on POST tries. I believe this is because the swagger API produces fields with `in: 'formData'`. It seems that the code does...