class Arango::Client

Defined in:

arango/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(endpoint : String, user : String, password : String) #

[View source]

Instance Method Detail

def async=(async : Bool) #

[View source]
def database(name : String) #

[View source]
def delete(url : String, body : Hash) #

[View source]
def delete(url : String) #

[View source]
def get(url : String) #

[View source]
def head(url : String) #

[View source]
def patch(url : String, body : Hash | Array) #

[View source]
def patch(url : String, body : String) #

[View source]
def post(url : String, body : Hash | Array) #

[View source]
def post(url : String, body : String) #

[View source]
def post(url : String) #

[View source]
def put(url : String, body : Hash | Array) #

[View source]
def put(url : String, body : String) #

[View source]