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
}
Client provides access to Trustpilot via ingestr.
func (*Client) GetIngestrURI ¶
GetIngestrURI returns the ingestr URI for the client.
type Config ¶
type Config struct {
BusinessUnitID string `yaml:"business_unit_id" json:"business_unit_id" mapstructure:"business_unit_id"`
APIKey string `yaml:"api_key" json:"api_key" mapstructure:"api_key"`
}
Config holds credentials for Trustpilot connection.
func (*Config) GetIngestrURI ¶
GetIngestrURI builds the ingestr URI for Trustpilot.
Click to show internal directories.
Click to hide internal directories.