module Facebook::Api

Direct including types

Defined in:

facebook/api.cr
facebook/api/get.cr
facebook/api/get_fixed.cr

Instance Method Summary

Instance Method Detail

abstract def apply_access_token!(token : String) #

[View source]
def data : Hash(String, String) #

def data=(v : Hash(String, String)) : Hash(String, String) #

def data=(v : Nil) #

nil assignments are always ignored


def data? : Hash(String, String) | Nil #

def form : Hash(String, String) #

def form=(v : Hash(String, String)) : Hash(String, String) #

def form=(v : Nil) #

nil assignments are always ignored


def form? : Hash(String, String) | Nil #

def method : Method #

def method=(v : Method) : Method #

def method=(v : Nil) #

nil assignments are always ignored


def method? : Method | Nil #

def path : String #

def path=(v : String) : String #

def path=(v : Nil) #

nil assignments are always ignored


def path? : String | Nil #

abstract def request_path : String #

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

[View source]
abstract def validate! #

[View source]