Method: W3cApi::Client#specifications

Defined in:
lib/w3c_api/client.rb

#specifications(options = {}) ⇒ Object

Specification methods



33
34
35
# File 'lib/w3c_api/client.rb', line 33

def specifications(options = {})
  fetch_resource(:specification_index, **(options || {}))
end