Project

ur-product

0.0
No commit activity in last 3 years
No release in over 3 years
Enables searching and fetching of Utbildningsradion products
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.1
~> 1.3
~> 2.7

Runtime

~> 1.0
~> 1.0
~> 1.1
 Project Readme

UR::Product

API wrapper for the Utbildningsradion product services.

Installation

gem install ur-product

Related Resources (in Swedish)

Example usage

Find

require 'ur-product'
product = UR::Product.find(100001)

Search

require 'ur-product'
UR::Product.search({
  :queries => 'samtid',
  :filters => { :search_product_type => 'programtv' },
  :page => 1,
  :per_page => 5,
  :publicstreaming => 'NOW'
})

Dependencies