
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
The thetvdb_party gem accesses the TheTvDB programmers API as it is described on http://thetvdb.com/wiki/index.php/Programmers_API
It uses compression to minimize bandwith when accessing Full Series Records.
Add this line to your application's Gemfile:
gem 'thetvdb_party'
And then execute:
$ bundle
Or install it yourself as:
$ gem install thetvdb_party
To create a new client without an api key:
client = TheTvDbParty::Client.new
Or with an api key:
client = TheTvDbParty::Client.new "<your api key>"
It is recommended to use an .env file or environment variable to store the API key.
For example like this:
Contents of .env
TVDB_API_KEY=<YOUR API KEY>
Once you have a client instance, you can perform searches against the TheTvDb API.
The following example searches for The Mentalist on TheTvDb.
results = client.search "The Mentalist"
The #search method of the client returns an array containing the search results. Iterate over this array to get
the Base Series Record of the search results.
results.each do |search_result_record|
base_series_record = search_result_record.get_base_series_record
end
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)FAQs
Unknown package
We found that thetvdb_party demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.