Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServerList = []string{
"https://api.fabra.io",
}
ServerList contains the list of servers available to the SDK
Functions ¶
Types ¶
type Fabra ¶
type Fabra struct { // Connection - Operations on connections Connection *connection // Destination - Operations on destinations Destination *destination // LinkToken - Operations on link tokens LinkToken *linkToken // Object - Operations on objects Object *object // Source - Operations on sources Source *source // Sync - Operations on syncs Sync *sync // contains filtered or unexported fields }
type HTTPClient ¶
HTTPClient provides an interface for suplying the SDK with a custom HTTP client
type SDKOption ¶
type SDKOption func(*Fabra)
func WithClient ¶
func WithClient(client HTTPClient) SDKOption
WithClient allows the overriding of the default HTTP client used by the SDK
func WithSecurity ¶
WithSecurity configures the SDK to use the provided security details
func WithServerURL ¶
WithServerURL allows the overriding of the default server URL
Source Files
¶
Click to show internal directories.
Click to hide internal directories.