Method: Cloudflare::KV::Namespaces#create

Defined in:
lib/cloudflare/kv/namespaces.rb

#create(title) ⇒ Object



69
70
71
# File 'lib/cloudflare/kv/namespaces.rb', line 69

def create(title)
  represent_message(post(title: title))
end