Method: W3cApi::Client#specification_versions

Defined in:
lib/w3c_api/client.rb

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



41
42
43
44
# File 'lib/w3c_api/client.rb', line 41

def specification_versions(shortname, options = {})
  fetch_resource(:specification_resource_version_index,
                 shortname: shortname, **options)
end