
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
This is a client library for Polygon.io. Please see Polygon.io
Add this line to your application's Gemfile:
gem 'polygonio'
And then execute:
$ bundle install
Create an instance of the client:
All methods follow the documentation found [here]:https://polygon.io/docs pretty closely:
client = Polygonio::Rest::Client.new(api_key)
# See tests for a full reference of all of methods
client.reference.tickers.list
client.stocks.list_exchanges
client.forex.historic_ticks
client.crypto.list # list exchanges
Polygonio::Websocket::Client.new("crypto", api_key).subscribe("XQ.BTC-USD") do |event|
pp "Incoming message"
pp event
end
FAQs
Unknown package
We found that polygonio demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket investigates hidden protestware in npm packages that blocks user interaction and plays the Ukrainian anthem for Russian-language visitors.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.