class Facebook::Request

Defined in:

facebook/request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api : Facebook::Api | Nil = nil, auth : Facebook::Auth | Nil = nil, host : Nil | Facebook::Host = nil) #

[View source]

Instance Method Detail

def api : Api #

def api=(v : Api) : Api #

def api=(v : Nil) #

nil assignments are always ignored


def api? : Api | Nil #

def auth : Auth #

def auth=(v : Auth) : Auth #

def auth=(v : Nil) #

nil assignments are always ignored


def auth? : Auth | Nil #

def authorize! : Request #

[View source]
def headers(*args, **options) #

[View source]
def headers(*args, **options, &) #

[View source]
def host : Host #

def host=(v : Host) : Host #

def host=(v : Nil) #

nil assignments are always ignored


def host? : Host | Nil #

def method(*args, **options) #

[View source]
def method(*args, **options, &) #

[View source]
def path(*args, **options) #

[View source]
def path(*args, **options, &) #

[View source]
def to_s(io : IO) #

"GET http://..."


[View source]
def url : String #

[View source]