Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BaseUrl = "https://graph.facebook.com"
Functions ¶
This section is empty.
Types ¶
type HttpClient ¶
type HttpClient interface {
Get(string, *goxios.RequestOpts) (*http.Response, error)
Post(string, *goxios.RequestOpts) (*http.Response, error)
Put(string, *goxios.RequestOpts) (*http.Response, error)
Patch(string, *goxios.RequestOpts) (*http.Response, error)
Delete(string, *goxios.RequestOpts) (*http.Response, error)
SetHeaders(headers ...goxios.Header) []goxios.Header
}
Click to show internal directories.
Click to hide internal directories.