
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Thin wrapper for bing API options. Needed a flexible library that would let me plug in different HTTP options seamlessly while being eminently lazy. The gem has two primary purposes:
That's all I need, and that's what it does.
Portions taken from our fork of Mike Demers's RBing library.
This client is for non-map API calls for now.
It's a pretty simple client:
@bing = BingHelper::Bing.new("YOUR API KEY")
results = @bing.web("ruby")
puts "Got #{results["SearchResponse"]["Web"]["Results"].length} results"
To test this, please create a spec/test-key.rb
file that looks like
this:
module BingHelper
TEST_KEY="<YOUR BING API KEY HERE>"
end
You need your Bing API key in order to execute some of the tests. This way, the key doesn't need to be checked in.
See the LICENSE file for licensing details.
FAQs
Unknown package
We found that bing-helper 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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.