Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetIngestrURI ¶
type Config ¶
type Config struct {
// APIKey is a Deel organization API token, sent as a bearer token. Give the
// token the read scopes needed by the tables you plan to ingest. Required.
APIKey string
// Environment selects which Deel environment to reach, production or sandbox.
// Optional, defaults to production. Sandbox tokens are separate from
// production tokens.
Environment string
}
Config holds the credentials required to connect to the Deel REST API.
func (*Config) GetIngestrURI ¶
GetIngestrURI builds the ingestr source URI for Deel. Format: deel://?api_key=<api_key>[&environment=<production|sandbox>]
Click to show internal directories.
Click to hide internal directories.