Method: W3cApi::Client#series_by_shortname

Defined in:
lib/w3c_api/client.rb

#series_by_shortname(shortname, options = {}) ⇒ Object



81
82
83
# File 'lib/w3c_api/client.rb', line 81

def series_by_shortname(shortname, options = {})
  fetch_resource(:serie_resource, shortname: shortname, **options)
end