README
Facebook
API
Request
class
Request
Request
Reference
Object
Defined in:
facebook/request.cr
Constructors
.new
(path : String, method : String, params = {}
of
String
=>
String
)
Class Method Summary
.config
(&block)
.default_params=
(val)
.default_url=
(url)
Instance Method Summary
#body
: String
#body=
(body)
Constructor Detail
def self.
new
(path : String, method : String, params = {}
of
String
=>
String
)
#
[
View source
]
Class Method Detail
def self.
config
(&block)
#
[
View source
]
def self.
default_params=
(val)
#
[
View source
]
def self.
default_url=
(url)
#
[
View source
]
Instance Method Detail
def
body
: String
#
[
View source
]
def
body=
(body)
#
[
View source
]