Method: Dock::Api::Dids.create

Defined in:
lib/dock/api/endpoints/dids.rb

.create(attrs = {}) ⇒ Object



21
22
23
# File 'lib/dock/api/endpoints/dids.rb', line 21

def create(attrs = {})
  post(NAMESPACE, attrs)
end