Method: W3cApi::Client#ecosystem

Defined in:
lib/w3c_api/client.rb

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



152
153
154
# File 'lib/w3c_api/client.rb', line 152

def ecosystem(shortname, options = {})
  fetch_resource(:ecosystem_resource, shortname: shortname, **options)
end