Method: W3cApi::Client#specification_version_editors

Defined in:
lib/w3c_api/client.rb

#specification_version_editors(shortname, version, options = {}) ⇒ Object



66
67
68
69
# File 'lib/w3c_api/client.rb', line 66

def specification_version_editors(shortname, version, options = {})
  fetch_resource(:specification_version_editors_index,
                 shortname: shortname, version: version, **options)
end