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, = {}) fetch_resource(:ecosystem_resource, shortname: shortname, **) end |