sdk

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ServerList = []string{

	"https://api.airbyte.com/v1",
}

ServerList contains the list of servers available to the SDK

Functions

func Bool

func Bool(b bool) *bool

Bool provides a helper function to return a pointer to a bool

func Float32

func Float32(f float32) *float32

Float32 provides a helper function to return a pointer to a float32

func Float64

func Float64(f float64) *float64

Float64 provides a helper function to return a pointer to a float64

func Int

func Int(i int) *int

Int provides a helper function to return a pointer to an int

func Int64

func Int64(i int64) *int64

Int64 provides a helper function to return a pointer to an int64

func String

func String(s string) *string

String provides a helper function to return a pointer to a string

Types

type Connections

type Connections struct {
	// contains filtered or unexported fields
}

func (*Connections) CreateConnection

CreateConnection - Create a connection

func (*Connections) DeleteConnection

DeleteConnection - Delete a Connection

func (*Connections) GetConnection

GetConnection - Get Connection details

func (*Connections) ListConnections

ListConnections - List connections

func (*Connections) PatchConnection

PatchConnection - Update Connection details

type Destinations

type Destinations struct {
	// contains filtered or unexported fields
}

func (*Destinations) CreateDestination

CreateDestination - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the source.

func (*Destinations) CreateDestinationAstra added in v0.4.0

CreateDestinationAstra - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationAwsDatalake

CreateDestinationAwsDatalake - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationAzureBlobStorage

CreateDestinationAzureBlobStorage - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationBigquery

CreateDestinationBigquery - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationClickhouse

CreateDestinationClickhouse - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationConvex

CreateDestinationConvex - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationCustom added in v0.4.0

CreateDestinationCustom - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationDatabricks

CreateDestinationDatabricks - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationDevNull

CreateDestinationDevNull - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationDuckdb

CreateDestinationDuckdb - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationDynamodb

CreateDestinationDynamodb - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationElasticsearch

CreateDestinationElasticsearch - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationFirestore

CreateDestinationFirestore - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationGcs

CreateDestinationGcs - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationGoogleSheets

CreateDestinationGoogleSheets - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationLangchain

CreateDestinationLangchain - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationMilvus

CreateDestinationMilvus - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationMongodb

CreateDestinationMongodb - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationMssql

CreateDestinationMssql - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationMysql

CreateDestinationMysql - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationOracle

CreateDestinationOracle - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationPinecone

CreateDestinationPinecone - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationPostgres

CreateDestinationPostgres - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationPubsub

CreateDestinationPubsub - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationQdrant

CreateDestinationQdrant - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationRedis

CreateDestinationRedis - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationRedshift

CreateDestinationRedshift - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationS3

CreateDestinationS3 - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationS3Glue

CreateDestinationS3Glue - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationSftpJSON

CreateDestinationSftpJSON - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationSnowflake

CreateDestinationSnowflake - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationSnowflakeCortex added in v0.5.0

CreateDestinationSnowflakeCortex - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationTeradata added in v0.4.0

CreateDestinationTeradata - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationTypesense

CreateDestinationTypesense - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationVectara added in v0.4.0

CreateDestinationVectara - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationWeaviate

CreateDestinationWeaviate - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) CreateDestinationYellowbrick added in v0.5.0

CreateDestinationYellowbrick - Create a destination Creates a destination given a name, workspace id, and a json blob containing the configuration for the destination.

func (*Destinations) DeleteDestination

DeleteDestination - Delete a Destination

func (*Destinations) DeleteDestinationAstra added in v0.4.0

DeleteDestinationAstra - Delete a Destination

func (*Destinations) DeleteDestinationAwsDatalake

DeleteDestinationAwsDatalake - Delete a Destination

func (*Destinations) DeleteDestinationAzureBlobStorage

DeleteDestinationAzureBlobStorage - Delete a Destination

func (*Destinations) DeleteDestinationBigquery

DeleteDestinationBigquery - Delete a Destination

func (*Destinations) DeleteDestinationClickhouse

DeleteDestinationClickhouse - Delete a Destination

func (*Destinations) DeleteDestinationConvex

DeleteDestinationConvex - Delete a Destination

func (*Destinations) DeleteDestinationCustom added in v0.4.0

DeleteDestinationCustom - Delete a Destination

func (*Destinations) DeleteDestinationDatabricks

DeleteDestinationDatabricks - Delete a Destination

func (*Destinations) DeleteDestinationDevNull

DeleteDestinationDevNull - Delete a Destination

func (*Destinations) DeleteDestinationDuckdb

DeleteDestinationDuckdb - Delete a Destination

func (*Destinations) DeleteDestinationDynamodb

DeleteDestinationDynamodb - Delete a Destination

func (*Destinations) DeleteDestinationElasticsearch

DeleteDestinationElasticsearch - Delete a Destination

func (*Destinations) DeleteDestinationFirestore

DeleteDestinationFirestore - Delete a Destination

func (*Destinations) DeleteDestinationGcs

DeleteDestinationGcs - Delete a Destination

func (*Destinations) DeleteDestinationGoogleSheets

DeleteDestinationGoogleSheets - Delete a Destination

func (*Destinations) DeleteDestinationLangchain

DeleteDestinationLangchain - Delete a Destination

func (*Destinations) DeleteDestinationMilvus

DeleteDestinationMilvus - Delete a Destination

func (*Destinations) DeleteDestinationMongodb

DeleteDestinationMongodb - Delete a Destination

func (*Destinations) DeleteDestinationMssql

DeleteDestinationMssql - Delete a Destination

func (*Destinations) DeleteDestinationMysql

DeleteDestinationMysql - Delete a Destination

func (*Destinations) DeleteDestinationOracle

DeleteDestinationOracle - Delete a Destination

func (*Destinations) DeleteDestinationPinecone

DeleteDestinationPinecone - Delete a Destination

func (*Destinations) DeleteDestinationPostgres

DeleteDestinationPostgres - Delete a Destination

func (*Destinations) DeleteDestinationPubsub

DeleteDestinationPubsub - Delete a Destination

func (*Destinations) DeleteDestinationQdrant

DeleteDestinationQdrant - Delete a Destination

func (*Destinations) DeleteDestinationRedis

DeleteDestinationRedis - Delete a Destination

func (*Destinations) DeleteDestinationRedshift

DeleteDestinationRedshift - Delete a Destination

func (*Destinations) DeleteDestinationS3

DeleteDestinationS3 - Delete a Destination

func (*Destinations) DeleteDestinationS3Glue

DeleteDestinationS3Glue - Delete a Destination

func (*Destinations) DeleteDestinationSftpJSON

DeleteDestinationSftpJSON - Delete a Destination

func (*Destinations) DeleteDestinationSnowflake

DeleteDestinationSnowflake - Delete a Destination

func (*Destinations) DeleteDestinationSnowflakeCortex added in v0.5.0

DeleteDestinationSnowflakeCortex - Delete a Destination

func (*Destinations) DeleteDestinationTeradata added in v0.4.0

DeleteDestinationTeradata - Delete a Destination

func (*Destinations) DeleteDestinationTypesense

DeleteDestinationTypesense - Delete a Destination

func (*Destinations) DeleteDestinationVectara added in v0.4.0

DeleteDestinationVectara - Delete a Destination

func (*Destinations) DeleteDestinationWeaviate

DeleteDestinationWeaviate - Delete a Destination

func (*Destinations) DeleteDestinationYellowbrick added in v0.5.0

DeleteDestinationYellowbrick - Delete a Destination

func (*Destinations) GetDestination

GetDestination - Get Destination details

func (*Destinations) GetDestinationAstra added in v0.4.0

GetDestinationAstra - Get Destination details

func (*Destinations) GetDestinationAwsDatalake

GetDestinationAwsDatalake - Get Destination details

func (*Destinations) GetDestinationAzureBlobStorage

GetDestinationAzureBlobStorage - Get Destination details

func (*Destinations) GetDestinationBigquery

GetDestinationBigquery - Get Destination details

func (*Destinations) GetDestinationClickhouse

GetDestinationClickhouse - Get Destination details

func (*Destinations) GetDestinationConvex

GetDestinationConvex - Get Destination details

func (*Destinations) GetDestinationCustom added in v0.4.0

GetDestinationCustom - Get Destination details

func (*Destinations) GetDestinationDatabricks

GetDestinationDatabricks - Get Destination details

func (*Destinations) GetDestinationDevNull

GetDestinationDevNull - Get Destination details

func (*Destinations) GetDestinationDuckdb

GetDestinationDuckdb - Get Destination details

func (*Destinations) GetDestinationDynamodb

GetDestinationDynamodb - Get Destination details

func (*Destinations) GetDestinationElasticsearch

GetDestinationElasticsearch - Get Destination details

func (*Destinations) GetDestinationFirestore

GetDestinationFirestore - Get Destination details

func (*Destinations) GetDestinationGcs

GetDestinationGcs - Get Destination details

func (*Destinations) GetDestinationGoogleSheets

GetDestinationGoogleSheets - Get Destination details

func (*Destinations) GetDestinationLangchain

GetDestinationLangchain - Get Destination details

func (*Destinations) GetDestinationMilvus

GetDestinationMilvus - Get Destination details

func (*Destinations) GetDestinationMongodb

GetDestinationMongodb - Get Destination details

func (*Destinations) GetDestinationMssql

GetDestinationMssql - Get Destination details

func (*Destinations) GetDestinationMysql

GetDestinationMysql - Get Destination details

func (*Destinations) GetDestinationOracle

GetDestinationOracle - Get Destination details

func (*Destinations) GetDestinationPinecone

GetDestinationPinecone - Get Destination details

func (*Destinations) GetDestinationPostgres

GetDestinationPostgres - Get Destination details

func (*Destinations) GetDestinationPubsub

GetDestinationPubsub - Get Destination details

func (*Destinations) GetDestinationQdrant

GetDestinationQdrant - Get Destination details

func (*Destinations) GetDestinationRedis

GetDestinationRedis - Get Destination details

func (*Destinations) GetDestinationRedshift

GetDestinationRedshift - Get Destination details

func (*Destinations) GetDestinationS3

GetDestinationS3 - Get Destination details

func (*Destinations) GetDestinationS3Glue

GetDestinationS3Glue - Get Destination details

func (*Destinations) GetDestinationSftpJSON

GetDestinationSftpJSON - Get Destination details

func (*Destinations) GetDestinationSnowflake

GetDestinationSnowflake - Get Destination details

func (*Destinations) GetDestinationSnowflakeCortex added in v0.5.0

GetDestinationSnowflakeCortex - Get Destination details

func (*Destinations) GetDestinationTeradata added in v0.4.0

GetDestinationTeradata - Get Destination details

func (*Destinations) GetDestinationTypesense

GetDestinationTypesense - Get Destination details

func (*Destinations) GetDestinationVectara added in v0.4.0

GetDestinationVectara - Get Destination details

func (*Destinations) GetDestinationWeaviate

GetDestinationWeaviate - Get Destination details

func (*Destinations) GetDestinationYellowbrick added in v0.5.0

GetDestinationYellowbrick - Get Destination details

func (*Destinations) ListDestinations

ListDestinations - List destinations

func (*Destinations) PatchDestination

PatchDestination - Update a Destination

func (*Destinations) PutDestination

PutDestination - Update a Destination and fully overwrite it

func (*Destinations) PutDestinationAstra added in v0.4.0

PutDestinationAstra - Update a Destination fully

func (*Destinations) PutDestinationAwsDatalake

PutDestinationAwsDatalake - Update a Destination fully

func (*Destinations) PutDestinationAzureBlobStorage

PutDestinationAzureBlobStorage - Update a Destination fully

func (*Destinations) PutDestinationBigquery

PutDestinationBigquery - Update a Destination fully

func (*Destinations) PutDestinationClickhouse

PutDestinationClickhouse - Update a Destination fully

func (*Destinations) PutDestinationConvex

PutDestinationConvex - Update a Destination fully

func (*Destinations) PutDestinationCustom added in v0.4.0

PutDestinationCustom - Update a Destination fully

func (*Destinations) PutDestinationDatabricks

PutDestinationDatabricks - Update a Destination fully

func (*Destinations) PutDestinationDevNull

PutDestinationDevNull - Update a Destination fully

func (*Destinations) PutDestinationDuckdb

PutDestinationDuckdb - Update a Destination fully

func (*Destinations) PutDestinationDynamodb

PutDestinationDynamodb - Update a Destination fully

func (*Destinations) PutDestinationElasticsearch

PutDestinationElasticsearch - Update a Destination fully

func (*Destinations) PutDestinationFirestore

PutDestinationFirestore - Update a Destination fully

func (*Destinations) PutDestinationGcs

PutDestinationGcs - Update a Destination fully

func (*Destinations) PutDestinationGoogleSheets

PutDestinationGoogleSheets - Update a Destination fully

func (*Destinations) PutDestinationLangchain

PutDestinationLangchain - Update a Destination fully

func (*Destinations) PutDestinationMilvus

PutDestinationMilvus - Update a Destination fully

func (*Destinations) PutDestinationMongodb

PutDestinationMongodb - Update a Destination fully

func (*Destinations) PutDestinationMssql

PutDestinationMssql - Update a Destination fully

func (*Destinations) PutDestinationMysql

PutDestinationMysql - Update a Destination fully

func (*Destinations) PutDestinationOracle

PutDestinationOracle - Update a Destination fully

func (*Destinations) PutDestinationPinecone

PutDestinationPinecone - Update a Destination fully

func (*Destinations) PutDestinationPostgres

PutDestinationPostgres - Update a Destination fully

func (*Destinations) PutDestinationPubsub

PutDestinationPubsub - Update a Destination fully

func (*Destinations) PutDestinationQdrant

PutDestinationQdrant - Update a Destination fully

func (*Destinations) PutDestinationRedis

PutDestinationRedis - Update a Destination fully

func (*Destinations) PutDestinationRedshift

PutDestinationRedshift - Update a Destination fully

func (*Destinations) PutDestinationS3

PutDestinationS3 - Update a Destination fully

func (*Destinations) PutDestinationS3Glue

PutDestinationS3Glue - Update a Destination fully

func (*Destinations) PutDestinationSftpJSON

PutDestinationSftpJSON - Update a Destination fully

func (*Destinations) PutDestinationSnowflake

PutDestinationSnowflake - Update a Destination fully

func (*Destinations) PutDestinationSnowflakeCortex added in v0.5.0

PutDestinationSnowflakeCortex - Update a Destination fully

func (*Destinations) PutDestinationTeradata added in v0.4.0

PutDestinationTeradata - Update a Destination fully

func (*Destinations) PutDestinationTypesense

PutDestinationTypesense - Update a Destination fully

func (*Destinations) PutDestinationVectara added in v0.4.0

PutDestinationVectara - Update a Destination fully

func (*Destinations) PutDestinationWeaviate

PutDestinationWeaviate - Update a Destination fully

func (*Destinations) PutDestinationYellowbrick added in v0.5.0

PutDestinationYellowbrick - Update a Destination fully

type HTTPClient

type HTTPClient interface {
	Do(req *http.Request) (*http.Response, error)
}

HTTPClient provides an interface for suplying the SDK with a custom HTTP client

type Health added in v0.5.0

type Health struct {
	// contains filtered or unexported fields
}

func (*Health) GetHealthCheck added in v0.5.0

func (s *Health) GetHealthCheck(ctx context.Context) (*operations.GetHealthCheckResponse, error)

GetHealthCheck - Health Check

type Jobs

type Jobs struct {
	// contains filtered or unexported fields
}

func (*Jobs) CancelJob

CancelJob - Cancel a running Job

func (*Jobs) CreateJob

CreateJob - Trigger a sync or reset job of a connection

func (*Jobs) GetJob

GetJob - Get Job status and details

func (*Jobs) ListJobs

ListJobs - List Jobs by sync type

type Permissions added in v0.5.0

type Permissions struct {
	// contains filtered or unexported fields
}

func (*Permissions) CreatePermission added in v0.5.0

CreatePermission - Create a permission

func (*Permissions) DeletePermission added in v0.5.0

DeletePermission - Delete a Permission

func (*Permissions) GetPermission added in v0.5.0

GetPermission - Get Permission details

func (*Permissions) ListPermissions added in v0.5.0

ListPermissions - List Permissions by user id

func (*Permissions) UpdatePermission added in v0.5.0

UpdatePermission - Update a permission

type SDK

type SDK struct {
	Connections  *Connections
	Destinations *Destinations
	Health       *Health
	Jobs         *Jobs
	Permissions  *Permissions
	Sources      *Sources
	Streams      *Streams
	Workspaces   *Workspaces
	// contains filtered or unexported fields
}

SDK - airbyte-api: Programatically control Airbyte Cloud, OSS & Enterprise.

func New

func New(opts ...SDKOption) *SDK

New creates a new instance of the SDK with the provided options

type SDKOption

type SDKOption func(*SDK)

func WithClient

func WithClient(client HTTPClient) SDKOption

WithClient allows the overriding of the default HTTP client used by the SDK

func WithRetryConfig

func WithRetryConfig(retryConfig utils.RetryConfig) SDKOption

func WithSecurity

func WithSecurity(security shared.Security) SDKOption

WithSecurity configures the SDK to use the provided security details

func WithSecuritySource

func WithSecuritySource(security func(context.Context) (shared.Security, error)) SDKOption

WithSecuritySource configures the SDK to invoke the Security Source function on each method call to determine authentication

func WithServerIndex

func WithServerIndex(serverIndex int) SDKOption

WithServerIndex allows the overriding of the default server by index

func WithServerURL

func WithServerURL(serverURL string) SDKOption

WithServerURL allows the overriding of the default server URL

func WithTemplatedServerURL

func WithTemplatedServerURL(serverURL string, params map[string]string) SDKOption

WithTemplatedServerURL allows the overriding of the default server URL with a templated URL populated with the provided parameters

type Sources

type Sources struct {
	// contains filtered or unexported fields
}

func (*Sources) CreateSource

CreateSource - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAha

CreateSourceAha - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAircall

CreateSourceAircall - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAirtable

CreateSourceAirtable - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAmazonAds

CreateSourceAmazonAds - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAmazonSellerPartner

CreateSourceAmazonSellerPartner - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAmazonSqs

CreateSourceAmazonSqs - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAmplitude

CreateSourceAmplitude - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceApifyDataset

CreateSourceApifyDataset - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAppfollow

CreateSourceAppfollow - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAsana

CreateSourceAsana - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAuth0

CreateSourceAuth0 - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAwsCloudtrail

CreateSourceAwsCloudtrail - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAzureBlobStorage

CreateSourceAzureBlobStorage - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceAzureTable

CreateSourceAzureTable - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceBambooHr

CreateSourceBambooHr - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceBigquery

CreateSourceBigquery - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceBingAds

CreateSourceBingAds - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceBraintree

CreateSourceBraintree - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceBraze

CreateSourceBraze - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceCart

CreateSourceCart - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceChargebee

CreateSourceChargebee - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceChartmogul

CreateSourceChartmogul - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceClickhouse

CreateSourceClickhouse - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceClickupAPI

CreateSourceClickupAPI - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceClockify

CreateSourceClockify - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceCloseCom

CreateSourceCloseCom - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceCoda

CreateSourceCoda - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceCoinAPI

CreateSourceCoinAPI - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceCoinmarketcap

CreateSourceCoinmarketcap - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceConfigcat

CreateSourceConfigcat - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceConfluence

CreateSourceConfluence - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceConvex

CreateSourceConvex - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceCustom added in v0.4.0

CreateSourceCustom - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceDatascope

CreateSourceDatascope - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceDelighted

CreateSourceDelighted - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceDixa

CreateSourceDixa - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceDockerhub

CreateSourceDockerhub - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceDremio

CreateSourceDremio - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceDynamodb

CreateSourceDynamodb - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceEmailoctopus

CreateSourceEmailoctopus - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceExchangeRates

CreateSourceExchangeRates - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceFacebookMarketing

CreateSourceFacebookMarketing - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceFaker

CreateSourceFaker - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceFauna

CreateSourceFauna - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceFile

CreateSourceFile - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceFirebolt

CreateSourceFirebolt - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceFreshcaller

CreateSourceFreshcaller - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceFreshdesk

CreateSourceFreshdesk - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceFreshsales

CreateSourceFreshsales - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGainsightPx

CreateSourceGainsightPx - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGcs

CreateSourceGcs - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGetlago

CreateSourceGetlago - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGithub

CreateSourceGithub - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGitlab

CreateSourceGitlab - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGlassfrog

CreateSourceGlassfrog - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGnews

CreateSourceGnews - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGoogleAds

CreateSourceGoogleAds - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGoogleAnalyticsDataAPI

CreateSourceGoogleAnalyticsDataAPI - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGoogleAnalyticsV4ServiceAccountOnly added in v0.4.0

CreateSourceGoogleAnalyticsV4ServiceAccountOnly - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGoogleDirectory

CreateSourceGoogleDirectory - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGoogleDrive

CreateSourceGoogleDrive - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGooglePagespeedInsights

CreateSourceGooglePagespeedInsights - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGoogleSearchConsole

CreateSourceGoogleSearchConsole - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGoogleSheets

CreateSourceGoogleSheets - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGoogleWebfonts

CreateSourceGoogleWebfonts - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGreenhouse

CreateSourceGreenhouse - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceGridly

CreateSourceGridly - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceHarvest

CreateSourceHarvest - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceHubplanner

CreateSourceHubplanner - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceHubspot

CreateSourceHubspot - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceInsightly

CreateSourceInsightly - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceInstagram

CreateSourceInstagram - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceInstatus

CreateSourceInstatus - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceIntercom

CreateSourceIntercom - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceIp2whois

CreateSourceIp2whois - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceIterable

CreateSourceIterable - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceJira

CreateSourceJira - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceK6Cloud

CreateSourceK6Cloud - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceKlarna

CreateSourceKlarna - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceKlaviyo

CreateSourceKlaviyo - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceKyve

CreateSourceKyve - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceLaunchdarkly

CreateSourceLaunchdarkly - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceLemlist

CreateSourceLemlist - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceLeverHiring

CreateSourceLeverHiring - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceLinkedinAds

CreateSourceLinkedinAds - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceLinkedinPages

CreateSourceLinkedinPages - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceLinnworks

CreateSourceLinnworks - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceLokalise

CreateSourceLokalise - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMailchimp

CreateSourceMailchimp - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMailgun

CreateSourceMailgun - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMailjetSms

CreateSourceMailjetSms - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMarketo

CreateSourceMarketo - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMetabase

CreateSourceMetabase - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMicrosoftOnedrive added in v0.5.0

CreateSourceMicrosoftOnedrive - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMicrosoftSharepoint added in v0.4.0

CreateSourceMicrosoftSharepoint - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMicrosoftTeams

CreateSourceMicrosoftTeams - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMixpanel

CreateSourceMixpanel - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMonday

CreateSourceMonday - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMongodbInternalPoc

CreateSourceMongodbInternalPoc - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMongodbV2

CreateSourceMongodbV2 - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMssql

CreateSourceMssql - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMyHours

CreateSourceMyHours - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceMysql

CreateSourceMysql - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceNetsuite

CreateSourceNetsuite - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceNotion

CreateSourceNotion - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceNytimes

CreateSourceNytimes - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceOkta

CreateSourceOkta - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceOmnisend

CreateSourceOmnisend - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceOnesignal

CreateSourceOnesignal - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceOracle

CreateSourceOracle - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceOrb

CreateSourceOrb - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceOrbit

CreateSourceOrbit - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceOutbrainAmplify

CreateSourceOutbrainAmplify - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceOutreach

CreateSourceOutreach - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePaypalTransaction

CreateSourcePaypalTransaction - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePaystack

CreateSourcePaystack - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePendo

CreateSourcePendo - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePersistiq

CreateSourcePersistiq - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePexelsAPI

CreateSourcePexelsAPI - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePinterest

CreateSourcePinterest - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePipedrive

CreateSourcePipedrive - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePocket

CreateSourcePocket - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePokeapi

CreateSourcePokeapi - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePolygonStockAPI

CreateSourcePolygonStockAPI - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePostgres

CreateSourcePostgres - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePosthog

CreateSourcePosthog - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePostmarkapp

CreateSourcePostmarkapp - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePrestashop

CreateSourcePrestashop - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePunkAPI

CreateSourcePunkAPI - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourcePypi

CreateSourcePypi - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceQualaroo

CreateSourceQualaroo - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceRailz

CreateSourceRailz - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceRecharge

CreateSourceRecharge - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceRecreation

CreateSourceRecreation - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceRecruitee

CreateSourceRecruitee - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceRecurly

CreateSourceRecurly - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceRedshift

CreateSourceRedshift - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceRetently

CreateSourceRetently - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceRkiCovid

CreateSourceRkiCovid - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceRss

CreateSourceRss - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceS3

CreateSourceS3 - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSalesforce

CreateSourceSalesforce - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSalesloft

CreateSourceSalesloft - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSapFieldglass

CreateSourceSapFieldglass - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSecoda

CreateSourceSecoda - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSendgrid

CreateSourceSendgrid - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSendinblue

CreateSourceSendinblue - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSenseforce

CreateSourceSenseforce - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSentry

CreateSourceSentry - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSftp

CreateSourceSftp - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSftpBulk

CreateSourceSftpBulk - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceShopify

CreateSourceShopify - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceShortio

CreateSourceShortio - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSlack

CreateSourceSlack - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSmaily

CreateSourceSmaily - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSmartengage

CreateSourceSmartengage - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSmartsheets

CreateSourceSmartsheets - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSnapchatMarketing

CreateSourceSnapchatMarketing - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSnowflake

CreateSourceSnowflake - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSonarCloud

CreateSourceSonarCloud - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSpacexAPI

CreateSourceSpacexAPI - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSquare

CreateSourceSquare - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceStrava

CreateSourceStrava - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceStripe

CreateSourceStripe - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSurveySparrow

CreateSourceSurveySparrow - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceSurveymonkey

CreateSourceSurveymonkey - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceTempo

CreateSourceTempo - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceTheGuardianAPI

CreateSourceTheGuardianAPI - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceTiktokMarketing

CreateSourceTiktokMarketing - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceTrello

CreateSourceTrello - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceTrustpilot

CreateSourceTrustpilot - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceTvmazeSchedule

CreateSourceTvmazeSchedule - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceTwilio

CreateSourceTwilio - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceTwilioTaskrouter

CreateSourceTwilioTaskrouter - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceTwitter

CreateSourceTwitter - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceTypeform

CreateSourceTypeform - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceUsCensus

CreateSourceUsCensus - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceVantage

CreateSourceVantage - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceWebflow

CreateSourceWebflow - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceWhiskyHunter

CreateSourceWhiskyHunter - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceWikipediaPageviews

CreateSourceWikipediaPageviews - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceWoocommerce

CreateSourceWoocommerce - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceXkcd

CreateSourceXkcd - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceYandexMetrica

CreateSourceYandexMetrica - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceYotpo

CreateSourceYotpo - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceYoutubeAnalytics

CreateSourceYoutubeAnalytics - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceZendeskChat

CreateSourceZendeskChat - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceZendeskSell

CreateSourceZendeskSell - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceZendeskSunshine

CreateSourceZendeskSunshine - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceZendeskSupport

CreateSourceZendeskSupport - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceZendeskTalk

CreateSourceZendeskTalk - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceZenloop

CreateSourceZenloop - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceZohoCrm

CreateSourceZohoCrm - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) CreateSourceZoom

CreateSourceZoom - Create a source Creates a source given a name, workspace id, and a json blob containing the configuration for the source.

func (*Sources) DeleteSource

DeleteSource - Delete a Source

func (*Sources) DeleteSourceAha

DeleteSourceAha - Delete a Source

func (*Sources) DeleteSourceAircall

DeleteSourceAircall - Delete a Source

func (*Sources) DeleteSourceAirtable

DeleteSourceAirtable - Delete a Source

func (*Sources) DeleteSourceAmazonAds

DeleteSourceAmazonAds - Delete a Source

func (*Sources) DeleteSourceAmazonSellerPartner

DeleteSourceAmazonSellerPartner - Delete a Source

func (*Sources) DeleteSourceAmazonSqs

DeleteSourceAmazonSqs - Delete a Source

func (*Sources) DeleteSourceAmplitude

DeleteSourceAmplitude - Delete a Source

func (*Sources) DeleteSourceApifyDataset

DeleteSourceApifyDataset - Delete a Source

func (*Sources) DeleteSourceAppfollow

DeleteSourceAppfollow - Delete a Source

func (*Sources) DeleteSourceAsana

DeleteSourceAsana - Delete a Source

func (*Sources) DeleteSourceAuth0

DeleteSourceAuth0 - Delete a Source

func (*Sources) DeleteSourceAwsCloudtrail

DeleteSourceAwsCloudtrail - Delete a Source

func (*Sources) DeleteSourceAzureBlobStorage

DeleteSourceAzureBlobStorage - Delete a Source

func (*Sources) DeleteSourceAzureTable

DeleteSourceAzureTable - Delete a Source

func (*Sources) DeleteSourceBambooHr

DeleteSourceBambooHr - Delete a Source

func (*Sources) DeleteSourceBigquery

DeleteSourceBigquery - Delete a Source

func (*Sources) DeleteSourceBingAds

DeleteSourceBingAds - Delete a Source

func (*Sources) DeleteSourceBraintree

DeleteSourceBraintree - Delete a Source

func (*Sources) DeleteSourceBraze

DeleteSourceBraze - Delete a Source

func (*Sources) DeleteSourceCart

DeleteSourceCart - Delete a Source

func (*Sources) DeleteSourceChargebee

DeleteSourceChargebee - Delete a Source

func (*Sources) DeleteSourceChartmogul

DeleteSourceChartmogul - Delete a Source

func (*Sources) DeleteSourceClickhouse

DeleteSourceClickhouse - Delete a Source

func (*Sources) DeleteSourceClickupAPI

DeleteSourceClickupAPI - Delete a Source

func (*Sources) DeleteSourceClockify

DeleteSourceClockify - Delete a Source

func (*Sources) DeleteSourceCloseCom

DeleteSourceCloseCom - Delete a Source

func (*Sources) DeleteSourceCoda

DeleteSourceCoda - Delete a Source

func (*Sources) DeleteSourceCoinAPI

DeleteSourceCoinAPI - Delete a Source

func (*Sources) DeleteSourceCoinmarketcap

DeleteSourceCoinmarketcap - Delete a Source

func (*Sources) DeleteSourceConfigcat

DeleteSourceConfigcat - Delete a Source

func (*Sources) DeleteSourceConfluence

DeleteSourceConfluence - Delete a Source

func (*Sources) DeleteSourceConvex

DeleteSourceConvex - Delete a Source

func (*Sources) DeleteSourceCustom added in v0.4.0

DeleteSourceCustom - Delete a Source

func (*Sources) DeleteSourceDatascope

DeleteSourceDatascope - Delete a Source

func (*Sources) DeleteSourceDelighted

DeleteSourceDelighted - Delete a Source

func (*Sources) DeleteSourceDixa

DeleteSourceDixa - Delete a Source

func (*Sources) DeleteSourceDockerhub

DeleteSourceDockerhub - Delete a Source

func (*Sources) DeleteSourceDremio

DeleteSourceDremio - Delete a Source

func (*Sources) DeleteSourceDynamodb

DeleteSourceDynamodb - Delete a Source

func (*Sources) DeleteSourceEmailoctopus

DeleteSourceEmailoctopus - Delete a Source

func (*Sources) DeleteSourceExchangeRates

DeleteSourceExchangeRates - Delete a Source

func (*Sources) DeleteSourceFacebookMarketing

DeleteSourceFacebookMarketing - Delete a Source

func (*Sources) DeleteSourceFaker

DeleteSourceFaker - Delete a Source

func (*Sources) DeleteSourceFauna

DeleteSourceFauna - Delete a Source

func (*Sources) DeleteSourceFile

DeleteSourceFile - Delete a Source

func (*Sources) DeleteSourceFirebolt

DeleteSourceFirebolt - Delete a Source

func (*Sources) DeleteSourceFreshcaller

DeleteSourceFreshcaller - Delete a Source

func (*Sources) DeleteSourceFreshdesk

DeleteSourceFreshdesk - Delete a Source

func (*Sources) DeleteSourceFreshsales

DeleteSourceFreshsales - Delete a Source

func (*Sources) DeleteSourceGainsightPx

DeleteSourceGainsightPx - Delete a Source

func (*Sources) DeleteSourceGcs

DeleteSourceGcs - Delete a Source

func (*Sources) DeleteSourceGetlago

DeleteSourceGetlago - Delete a Source

func (*Sources) DeleteSourceGithub

DeleteSourceGithub - Delete a Source

func (*Sources) DeleteSourceGitlab

DeleteSourceGitlab - Delete a Source

func (*Sources) DeleteSourceGlassfrog

DeleteSourceGlassfrog - Delete a Source

func (*Sources) DeleteSourceGnews

DeleteSourceGnews - Delete a Source

func (*Sources) DeleteSourceGoogleAds

DeleteSourceGoogleAds - Delete a Source

func (*Sources) DeleteSourceGoogleAnalyticsDataAPI

DeleteSourceGoogleAnalyticsDataAPI - Delete a Source

func (*Sources) DeleteSourceGoogleAnalyticsV4ServiceAccountOnly added in v0.4.0

DeleteSourceGoogleAnalyticsV4ServiceAccountOnly - Delete a Source

func (*Sources) DeleteSourceGoogleDirectory

DeleteSourceGoogleDirectory - Delete a Source

func (*Sources) DeleteSourceGoogleDrive

DeleteSourceGoogleDrive - Delete a Source

func (*Sources) DeleteSourceGooglePagespeedInsights

DeleteSourceGooglePagespeedInsights - Delete a Source

func (*Sources) DeleteSourceGoogleSearchConsole

DeleteSourceGoogleSearchConsole - Delete a Source

func (*Sources) DeleteSourceGoogleSheets

DeleteSourceGoogleSheets - Delete a Source

func (*Sources) DeleteSourceGoogleWebfonts

DeleteSourceGoogleWebfonts - Delete a Source

func (*Sources) DeleteSourceGreenhouse

DeleteSourceGreenhouse - Delete a Source

func (*Sources) DeleteSourceGridly

DeleteSourceGridly - Delete a Source

func (*Sources) DeleteSourceHarvest

DeleteSourceHarvest - Delete a Source

func (*Sources) DeleteSourceHubplanner

DeleteSourceHubplanner - Delete a Source

func (*Sources) DeleteSourceHubspot

DeleteSourceHubspot - Delete a Source

func (*Sources) DeleteSourceInsightly

DeleteSourceInsightly - Delete a Source

func (*Sources) DeleteSourceInstagram

DeleteSourceInstagram - Delete a Source

func (*Sources) DeleteSourceInstatus

DeleteSourceInstatus - Delete a Source

func (*Sources) DeleteSourceIntercom

DeleteSourceIntercom - Delete a Source

func (*Sources) DeleteSourceIp2whois

DeleteSourceIp2whois - Delete a Source

func (*Sources) DeleteSourceIterable

DeleteSourceIterable - Delete a Source

func (*Sources) DeleteSourceJira

DeleteSourceJira - Delete a Source

func (*Sources) DeleteSourceK6Cloud

DeleteSourceK6Cloud - Delete a Source

func (*Sources) DeleteSourceKlarna

DeleteSourceKlarna - Delete a Source

func (*Sources) DeleteSourceKlaviyo

DeleteSourceKlaviyo - Delete a Source

func (*Sources) DeleteSourceKyve

DeleteSourceKyve - Delete a Source

func (*Sources) DeleteSourceLaunchdarkly

DeleteSourceLaunchdarkly - Delete a Source

func (*Sources) DeleteSourceLemlist

DeleteSourceLemlist - Delete a Source

func (*Sources) DeleteSourceLeverHiring

DeleteSourceLeverHiring - Delete a Source

func (*Sources) DeleteSourceLinkedinAds

DeleteSourceLinkedinAds - Delete a Source

func (*Sources) DeleteSourceLinkedinPages

DeleteSourceLinkedinPages - Delete a Source

func (*Sources) DeleteSourceLinnworks

DeleteSourceLinnworks - Delete a Source

func (*Sources) DeleteSourceLokalise

DeleteSourceLokalise - Delete a Source

func (*Sources) DeleteSourceMailchimp

DeleteSourceMailchimp - Delete a Source

func (*Sources) DeleteSourceMailgun

DeleteSourceMailgun - Delete a Source

func (*Sources) DeleteSourceMailjetSms

DeleteSourceMailjetSms - Delete a Source

func (*Sources) DeleteSourceMarketo

DeleteSourceMarketo - Delete a Source

func (*Sources) DeleteSourceMetabase

DeleteSourceMetabase - Delete a Source

func (*Sources) DeleteSourceMicrosoftOnedrive added in v0.5.0

DeleteSourceMicrosoftOnedrive - Delete a Source

func (*Sources) DeleteSourceMicrosoftSharepoint added in v0.4.0

DeleteSourceMicrosoftSharepoint - Delete a Source

func (*Sources) DeleteSourceMicrosoftTeams

DeleteSourceMicrosoftTeams - Delete a Source

func (*Sources) DeleteSourceMixpanel

DeleteSourceMixpanel - Delete a Source

func (*Sources) DeleteSourceMonday

DeleteSourceMonday - Delete a Source

func (*Sources) DeleteSourceMongodbInternalPoc

DeleteSourceMongodbInternalPoc - Delete a Source

func (*Sources) DeleteSourceMongodbV2

DeleteSourceMongodbV2 - Delete a Source

func (*Sources) DeleteSourceMssql

DeleteSourceMssql - Delete a Source

func (*Sources) DeleteSourceMyHours

DeleteSourceMyHours - Delete a Source

func (*Sources) DeleteSourceMysql

DeleteSourceMysql - Delete a Source

func (*Sources) DeleteSourceNetsuite

DeleteSourceNetsuite - Delete a Source

func (*Sources) DeleteSourceNotion

DeleteSourceNotion - Delete a Source

func (*Sources) DeleteSourceNytimes

DeleteSourceNytimes - Delete a Source

func (*Sources) DeleteSourceOkta

DeleteSourceOkta - Delete a Source

func (*Sources) DeleteSourceOmnisend

DeleteSourceOmnisend - Delete a Source

func (*Sources) DeleteSourceOnesignal

DeleteSourceOnesignal - Delete a Source

func (*Sources) DeleteSourceOracle

DeleteSourceOracle - Delete a Source

func (*Sources) DeleteSourceOrb

DeleteSourceOrb - Delete a Source

func (*Sources) DeleteSourceOrbit

DeleteSourceOrbit - Delete a Source

func (*Sources) DeleteSourceOutbrainAmplify

DeleteSourceOutbrainAmplify - Delete a Source

func (*Sources) DeleteSourceOutreach

DeleteSourceOutreach - Delete a Source

func (*Sources) DeleteSourcePaypalTransaction

DeleteSourcePaypalTransaction - Delete a Source

func (*Sources) DeleteSourcePaystack

DeleteSourcePaystack - Delete a Source

func (*Sources) DeleteSourcePendo

DeleteSourcePendo - Delete a Source

func (*Sources) DeleteSourcePersistiq

DeleteSourcePersistiq - Delete a Source

func (*Sources) DeleteSourcePexelsAPI

DeleteSourcePexelsAPI - Delete a Source

func (*Sources) DeleteSourcePinterest

DeleteSourcePinterest - Delete a Source

func (*Sources) DeleteSourcePipedrive

DeleteSourcePipedrive - Delete a Source

func (*Sources) DeleteSourcePocket

DeleteSourcePocket - Delete a Source

func (*Sources) DeleteSourcePokeapi

DeleteSourcePokeapi - Delete a Source

func (*Sources) DeleteSourcePolygonStockAPI

DeleteSourcePolygonStockAPI - Delete a Source

func (*Sources) DeleteSourcePostgres

DeleteSourcePostgres - Delete a Source

func (*Sources) DeleteSourcePosthog

DeleteSourcePosthog - Delete a Source

func (*Sources) DeleteSourcePostmarkapp

DeleteSourcePostmarkapp - Delete a Source

func (*Sources) DeleteSourcePrestashop

DeleteSourcePrestashop - Delete a Source

func (*Sources) DeleteSourcePunkAPI

DeleteSourcePunkAPI - Delete a Source

func (*Sources) DeleteSourcePypi

DeleteSourcePypi - Delete a Source

func (*Sources) DeleteSourceQualaroo

DeleteSourceQualaroo - Delete a Source

func (*Sources) DeleteSourceRailz

DeleteSourceRailz - Delete a Source

func (*Sources) DeleteSourceRecharge

DeleteSourceRecharge - Delete a Source

func (*Sources) DeleteSourceRecreation

DeleteSourceRecreation - Delete a Source

func (*Sources) DeleteSourceRecruitee

DeleteSourceRecruitee - Delete a Source

func (*Sources) DeleteSourceRecurly

DeleteSourceRecurly - Delete a Source

func (*Sources) DeleteSourceRedshift

DeleteSourceRedshift - Delete a Source

func (*Sources) DeleteSourceRetently

DeleteSourceRetently - Delete a Source

func (*Sources) DeleteSourceRkiCovid

DeleteSourceRkiCovid - Delete a Source

func (*Sources) DeleteSourceRss

DeleteSourceRss - Delete a Source

func (*Sources) DeleteSourceS3

DeleteSourceS3 - Delete a Source

func (*Sources) DeleteSourceSalesforce

DeleteSourceSalesforce - Delete a Source

func (*Sources) DeleteSourceSalesloft

DeleteSourceSalesloft - Delete a Source

func (*Sources) DeleteSourceSapFieldglass

DeleteSourceSapFieldglass - Delete a Source

func (*Sources) DeleteSourceSecoda

DeleteSourceSecoda - Delete a Source

func (*Sources) DeleteSourceSendgrid

DeleteSourceSendgrid - Delete a Source

func (*Sources) DeleteSourceSendinblue

DeleteSourceSendinblue - Delete a Source

func (*Sources) DeleteSourceSenseforce

DeleteSourceSenseforce - Delete a Source

func (*Sources) DeleteSourceSentry

DeleteSourceSentry - Delete a Source

func (*Sources) DeleteSourceSftp

DeleteSourceSftp - Delete a Source

func (*Sources) DeleteSourceSftpBulk

DeleteSourceSftpBulk - Delete a Source

func (*Sources) DeleteSourceShopify

DeleteSourceShopify - Delete a Source

func (*Sources) DeleteSourceShortio

DeleteSourceShortio - Delete a Source

func (*Sources) DeleteSourceSlack

DeleteSourceSlack - Delete a Source

func (*Sources) DeleteSourceSmaily

DeleteSourceSmaily - Delete a Source

func (*Sources) DeleteSourceSmartengage

DeleteSourceSmartengage - Delete a Source

func (*Sources) DeleteSourceSmartsheets

DeleteSourceSmartsheets - Delete a Source

func (*Sources) DeleteSourceSnapchatMarketing

DeleteSourceSnapchatMarketing - Delete a Source

func (*Sources) DeleteSourceSnowflake

DeleteSourceSnowflake - Delete a Source

func (*Sources) DeleteSourceSonarCloud

DeleteSourceSonarCloud - Delete a Source

func (*Sources) DeleteSourceSpacexAPI

DeleteSourceSpacexAPI - Delete a Source

func (*Sources) DeleteSourceSquare

DeleteSourceSquare - Delete a Source

func (*Sources) DeleteSourceStrava

DeleteSourceStrava - Delete a Source

func (*Sources) DeleteSourceStripe

DeleteSourceStripe - Delete a Source

func (*Sources) DeleteSourceSurveySparrow

DeleteSourceSurveySparrow - Delete a Source

func (*Sources) DeleteSourceSurveymonkey

DeleteSourceSurveymonkey - Delete a Source

func (*Sources) DeleteSourceTempo

DeleteSourceTempo - Delete a Source

func (*Sources) DeleteSourceTheGuardianAPI

DeleteSourceTheGuardianAPI - Delete a Source

func (*Sources) DeleteSourceTiktokMarketing

DeleteSourceTiktokMarketing - Delete a Source

func (*Sources) DeleteSourceTrello

DeleteSourceTrello - Delete a Source

func (*Sources) DeleteSourceTrustpilot

DeleteSourceTrustpilot - Delete a Source

func (*Sources) DeleteSourceTvmazeSchedule

DeleteSourceTvmazeSchedule - Delete a Source

func (*Sources) DeleteSourceTwilio

DeleteSourceTwilio - Delete a Source

func (*Sources) DeleteSourceTwilioTaskrouter

DeleteSourceTwilioTaskrouter - Delete a Source

func (*Sources) DeleteSourceTwitter

DeleteSourceTwitter - Delete a Source

func (*Sources) DeleteSourceTypeform

DeleteSourceTypeform - Delete a Source

func (*Sources) DeleteSourceUsCensus

DeleteSourceUsCensus - Delete a Source

func (*Sources) DeleteSourceVantage

DeleteSourceVantage - Delete a Source

func (*Sources) DeleteSourceWebflow

DeleteSourceWebflow - Delete a Source

func (*Sources) DeleteSourceWhiskyHunter

DeleteSourceWhiskyHunter - Delete a Source

func (*Sources) DeleteSourceWikipediaPageviews

DeleteSourceWikipediaPageviews - Delete a Source

func (*Sources) DeleteSourceWoocommerce

DeleteSourceWoocommerce - Delete a Source

func (*Sources) DeleteSourceXkcd

DeleteSourceXkcd - Delete a Source

func (*Sources) DeleteSourceYandexMetrica

DeleteSourceYandexMetrica - Delete a Source

func (*Sources) DeleteSourceYotpo

DeleteSourceYotpo - Delete a Source

func (*Sources) DeleteSourceYoutubeAnalytics

DeleteSourceYoutubeAnalytics - Delete a Source

func (*Sources) DeleteSourceZendeskChat

DeleteSourceZendeskChat - Delete a Source

func (*Sources) DeleteSourceZendeskSell

DeleteSourceZendeskSell - Delete a Source

func (*Sources) DeleteSourceZendeskSunshine

DeleteSourceZendeskSunshine - Delete a Source

func (*Sources) DeleteSourceZendeskSupport

DeleteSourceZendeskSupport - Delete a Source

func (*Sources) DeleteSourceZendeskTalk

DeleteSourceZendeskTalk - Delete a Source

func (*Sources) DeleteSourceZenloop

DeleteSourceZenloop - Delete a Source

func (*Sources) DeleteSourceZohoCrm

DeleteSourceZohoCrm - Delete a Source

func (*Sources) DeleteSourceZoom

DeleteSourceZoom - Delete a Source

func (*Sources) GetSource

GetSource - Get Source details

func (*Sources) GetSourceAha

GetSourceAha - Get Source details

func (*Sources) GetSourceAircall

GetSourceAircall - Get Source details

func (*Sources) GetSourceAirtable

GetSourceAirtable - Get Source details

func (*Sources) GetSourceAmazonAds

GetSourceAmazonAds - Get Source details

func (*Sources) GetSourceAmazonSellerPartner

GetSourceAmazonSellerPartner - Get Source details

func (*Sources) GetSourceAmazonSqs

GetSourceAmazonSqs - Get Source details

func (*Sources) GetSourceAmplitude

GetSourceAmplitude - Get Source details

func (*Sources) GetSourceApifyDataset

GetSourceApifyDataset - Get Source details

func (*Sources) GetSourceAppfollow

GetSourceAppfollow - Get Source details

func (*Sources) GetSourceAsana

GetSourceAsana - Get Source details

func (*Sources) GetSourceAuth0

GetSourceAuth0 - Get Source details

func (*Sources) GetSourceAwsCloudtrail

GetSourceAwsCloudtrail - Get Source details

func (*Sources) GetSourceAzureBlobStorage

GetSourceAzureBlobStorage - Get Source details

func (*Sources) GetSourceAzureTable

GetSourceAzureTable - Get Source details

func (*Sources) GetSourceBambooHr

GetSourceBambooHr - Get Source details

func (*Sources) GetSourceBigquery

GetSourceBigquery - Get Source details

func (*Sources) GetSourceBingAds

GetSourceBingAds - Get Source details

func (*Sources) GetSourceBraintree

GetSourceBraintree - Get Source details

func (*Sources) GetSourceBraze

GetSourceBraze - Get Source details

func (*Sources) GetSourceCart

GetSourceCart - Get Source details

func (*Sources) GetSourceChargebee

GetSourceChargebee - Get Source details

func (*Sources) GetSourceChartmogul

GetSourceChartmogul - Get Source details

func (*Sources) GetSourceClickhouse

GetSourceClickhouse - Get Source details

func (*Sources) GetSourceClickupAPI

GetSourceClickupAPI - Get Source details

func (*Sources) GetSourceClockify

GetSourceClockify - Get Source details

func (*Sources) GetSourceCloseCom

GetSourceCloseCom - Get Source details

func (*Sources) GetSourceCoda

GetSourceCoda - Get Source details

func (*Sources) GetSourceCoinAPI

GetSourceCoinAPI - Get Source details

func (*Sources) GetSourceCoinmarketcap

GetSourceCoinmarketcap - Get Source details

func (*Sources) GetSourceConfigcat

GetSourceConfigcat - Get Source details

func (*Sources) GetSourceConfluence

GetSourceConfluence - Get Source details

func (*Sources) GetSourceConvex

GetSourceConvex - Get Source details

func (*Sources) GetSourceCustom added in v0.4.0

GetSourceCustom - Get Source details

func (*Sources) GetSourceDatascope

GetSourceDatascope - Get Source details

func (*Sources) GetSourceDelighted

GetSourceDelighted - Get Source details

func (*Sources) GetSourceDixa

GetSourceDixa - Get Source details

func (*Sources) GetSourceDockerhub

GetSourceDockerhub - Get Source details

func (*Sources) GetSourceDremio

GetSourceDremio - Get Source details

func (*Sources) GetSourceDynamodb

GetSourceDynamodb - Get Source details

func (*Sources) GetSourceEmailoctopus

GetSourceEmailoctopus - Get Source details

func (*Sources) GetSourceExchangeRates

GetSourceExchangeRates - Get Source details

func (*Sources) GetSourceFacebookMarketing

GetSourceFacebookMarketing - Get Source details

func (*Sources) GetSourceFaker

GetSourceFaker - Get Source details

func (*Sources) GetSourceFauna

GetSourceFauna - Get Source details

func (*Sources) GetSourceFile

GetSourceFile - Get Source details

func (*Sources) GetSourceFirebolt

GetSourceFirebolt - Get Source details

func (*Sources) GetSourceFreshcaller

GetSourceFreshcaller - Get Source details

func (*Sources) GetSourceFreshdesk

GetSourceFreshdesk - Get Source details

func (*Sources) GetSourceFreshsales

GetSourceFreshsales - Get Source details

func (*Sources) GetSourceGainsightPx

GetSourceGainsightPx - Get Source details

func (*Sources) GetSourceGcs

GetSourceGcs - Get Source details

func (*Sources) GetSourceGetlago

GetSourceGetlago - Get Source details

func (*Sources) GetSourceGithub

GetSourceGithub - Get Source details

func (*Sources) GetSourceGitlab

GetSourceGitlab - Get Source details

func (*Sources) GetSourceGlassfrog

GetSourceGlassfrog - Get Source details

func (*Sources) GetSourceGnews

GetSourceGnews - Get Source details

func (*Sources) GetSourceGoogleAds

GetSourceGoogleAds - Get Source details

func (*Sources) GetSourceGoogleAnalyticsDataAPI

GetSourceGoogleAnalyticsDataAPI - Get Source details

func (*Sources) GetSourceGoogleAnalyticsV4ServiceAccountOnly added in v0.4.0

GetSourceGoogleAnalyticsV4ServiceAccountOnly - Get Source details

func (*Sources) GetSourceGoogleDirectory

GetSourceGoogleDirectory - Get Source details

func (*Sources) GetSourceGoogleDrive

GetSourceGoogleDrive - Get Source details

func (*Sources) GetSourceGooglePagespeedInsights

GetSourceGooglePagespeedInsights - Get Source details

func (*Sources) GetSourceGoogleSearchConsole

GetSourceGoogleSearchConsole - Get Source details

func (*Sources) GetSourceGoogleSheets

GetSourceGoogleSheets - Get Source details

func (*Sources) GetSourceGoogleWebfonts

GetSourceGoogleWebfonts - Get Source details

func (*Sources) GetSourceGreenhouse

GetSourceGreenhouse - Get Source details

func (*Sources) GetSourceGridly

GetSourceGridly - Get Source details

func (*Sources) GetSourceHarvest

GetSourceHarvest - Get Source details

func (*Sources) GetSourceHubplanner

GetSourceHubplanner - Get Source details

func (*Sources) GetSourceHubspot

GetSourceHubspot - Get Source details

func (*Sources) GetSourceInsightly

GetSourceInsightly - Get Source details

func (*Sources) GetSourceInstagram

GetSourceInstagram - Get Source details

func (*Sources) GetSourceInstatus

GetSourceInstatus - Get Source details

func (*Sources) GetSourceIntercom

GetSourceIntercom - Get Source details

func (*Sources) GetSourceIp2whois

GetSourceIp2whois - Get Source details

func (*Sources) GetSourceIterable

GetSourceIterable - Get Source details

func (*Sources) GetSourceJira

GetSourceJira - Get Source details

func (*Sources) GetSourceK6Cloud

GetSourceK6Cloud - Get Source details

func (*Sources) GetSourceKlarna

GetSourceKlarna - Get Source details

func (*Sources) GetSourceKlaviyo

GetSourceKlaviyo - Get Source details

func (*Sources) GetSourceKyve

GetSourceKyve - Get Source details

func (*Sources) GetSourceLaunchdarkly

GetSourceLaunchdarkly - Get Source details

func (*Sources) GetSourceLemlist

GetSourceLemlist - Get Source details

func (*Sources) GetSourceLeverHiring

GetSourceLeverHiring - Get Source details

func (*Sources) GetSourceLinkedinAds

GetSourceLinkedinAds - Get Source details

func (*Sources) GetSourceLinkedinPages

GetSourceLinkedinPages - Get Source details

func (*Sources) GetSourceLinnworks

GetSourceLinnworks - Get Source details

func (*Sources) GetSourceLokalise

GetSourceLokalise - Get Source details

func (*Sources) GetSourceMailchimp

GetSourceMailchimp - Get Source details

func (*Sources) GetSourceMailgun

GetSourceMailgun - Get Source details

func (*Sources) GetSourceMailjetSms

GetSourceMailjetSms - Get Source details

func (*Sources) GetSourceMarketo

GetSourceMarketo - Get Source details

func (*Sources) GetSourceMetabase

GetSourceMetabase - Get Source details

func (*Sources) GetSourceMicrosoftOnedrive added in v0.5.0

GetSourceMicrosoftOnedrive - Get Source details

func (*Sources) GetSourceMicrosoftSharepoint added in v0.4.0

GetSourceMicrosoftSharepoint - Get Source details

func (*Sources) GetSourceMicrosoftTeams

GetSourceMicrosoftTeams - Get Source details

func (*Sources) GetSourceMixpanel

GetSourceMixpanel - Get Source details

func (*Sources) GetSourceMonday

GetSourceMonday - Get Source details

func (*Sources) GetSourceMongodbInternalPoc

GetSourceMongodbInternalPoc - Get Source details

func (*Sources) GetSourceMongodbV2

GetSourceMongodbV2 - Get Source details

func (*Sources) GetSourceMssql

GetSourceMssql - Get Source details

func (*Sources) GetSourceMyHours

GetSourceMyHours - Get Source details

func (*Sources) GetSourceMysql

GetSourceMysql - Get Source details

func (*Sources) GetSourceNetsuite

GetSourceNetsuite - Get Source details

func (*Sources) GetSourceNotion

GetSourceNotion - Get Source details

func (*Sources) GetSourceNytimes

GetSourceNytimes - Get Source details

func (*Sources) GetSourceOkta

GetSourceOkta - Get Source details

func (*Sources) GetSourceOmnisend

GetSourceOmnisend - Get Source details

func (*Sources) GetSourceOnesignal

GetSourceOnesignal - Get Source details

func (*Sources) GetSourceOracle

GetSourceOracle - Get Source details

func (*Sources) GetSourceOrb

GetSourceOrb - Get Source details

func (*Sources) GetSourceOrbit

GetSourceOrbit - Get Source details

func (*Sources) GetSourceOutbrainAmplify

GetSourceOutbrainAmplify - Get Source details

func (*Sources) GetSourceOutreach

GetSourceOutreach - Get Source details

func (*Sources) GetSourcePaypalTransaction

GetSourcePaypalTransaction - Get Source details

func (*Sources) GetSourcePaystack

GetSourcePaystack - Get Source details

func (*Sources) GetSourcePendo

GetSourcePendo - Get Source details

func (*Sources) GetSourcePersistiq

GetSourcePersistiq - Get Source details

func (*Sources) GetSourcePexelsAPI

GetSourcePexelsAPI - Get Source details

func (*Sources) GetSourcePinterest

GetSourcePinterest - Get Source details

func (*Sources) GetSourcePipedrive

GetSourcePipedrive - Get Source details

func (*Sources) GetSourcePocket

GetSourcePocket - Get Source details

func (*Sources) GetSourcePokeapi

GetSourcePokeapi - Get Source details

func (*Sources) GetSourcePolygonStockAPI

GetSourcePolygonStockAPI - Get Source details

func (*Sources) GetSourcePostgres

GetSourcePostgres - Get Source details

func (*Sources) GetSourcePosthog

GetSourcePosthog - Get Source details

func (*Sources) GetSourcePostmarkapp

GetSourcePostmarkapp - Get Source details

func (*Sources) GetSourcePrestashop

GetSourcePrestashop - Get Source details

func (*Sources) GetSourcePunkAPI

GetSourcePunkAPI - Get Source details

func (*Sources) GetSourcePypi

GetSourcePypi - Get Source details

func (*Sources) GetSourceQualaroo

GetSourceQualaroo - Get Source details

func (*Sources) GetSourceRailz

GetSourceRailz - Get Source details

func (*Sources) GetSourceRecharge

GetSourceRecharge - Get Source details

func (*Sources) GetSourceRecreation

GetSourceRecreation - Get Source details

func (*Sources) GetSourceRecruitee

GetSourceRecruitee - Get Source details

func (*Sources) GetSourceRecurly

GetSourceRecurly - Get Source details

func (*Sources) GetSourceRedshift

GetSourceRedshift - Get Source details

func (*Sources) GetSourceRetently

GetSourceRetently - Get Source details

func (*Sources) GetSourceRkiCovid

GetSourceRkiCovid - Get Source details

func (*Sources) GetSourceRss

GetSourceRss - Get Source details

func (*Sources) GetSourceS3

GetSourceS3 - Get Source details

func (*Sources) GetSourceSalesforce

GetSourceSalesforce - Get Source details

func (*Sources) GetSourceSalesloft

GetSourceSalesloft - Get Source details

func (*Sources) GetSourceSapFieldglass

GetSourceSapFieldglass - Get Source details

func (*Sources) GetSourceSecoda

GetSourceSecoda - Get Source details

func (*Sources) GetSourceSendgrid

GetSourceSendgrid - Get Source details

func (*Sources) GetSourceSendinblue

GetSourceSendinblue - Get Source details

func (*Sources) GetSourceSenseforce

GetSourceSenseforce - Get Source details

func (*Sources) GetSourceSentry

GetSourceSentry - Get Source details

func (*Sources) GetSourceSftp

GetSourceSftp - Get Source details

func (*Sources) GetSourceSftpBulk

GetSourceSftpBulk - Get Source details

func (*Sources) GetSourceShopify

GetSourceShopify - Get Source details

func (*Sources) GetSourceShortio

GetSourceShortio - Get Source details

func (*Sources) GetSourceSlack

GetSourceSlack - Get Source details

func (*Sources) GetSourceSmaily

GetSourceSmaily - Get Source details

func (*Sources) GetSourceSmartengage

GetSourceSmartengage - Get Source details

func (*Sources) GetSourceSmartsheets

GetSourceSmartsheets - Get Source details

func (*Sources) GetSourceSnapchatMarketing

GetSourceSnapchatMarketing - Get Source details

func (*Sources) GetSourceSnowflake

GetSourceSnowflake - Get Source details

func (*Sources) GetSourceSonarCloud

GetSourceSonarCloud - Get Source details

func (*Sources) GetSourceSpacexAPI

GetSourceSpacexAPI - Get Source details

func (*Sources) GetSourceSquare

GetSourceSquare - Get Source details

func (*Sources) GetSourceStrava

GetSourceStrava - Get Source details

func (*Sources) GetSourceStripe

GetSourceStripe - Get Source details

func (*Sources) GetSourceSurveySparrow

GetSourceSurveySparrow - Get Source details

func (*Sources) GetSourceSurveymonkey

GetSourceSurveymonkey - Get Source details

func (*Sources) GetSourceTempo

GetSourceTempo - Get Source details

func (*Sources) GetSourceTheGuardianAPI

GetSourceTheGuardianAPI - Get Source details

func (*Sources) GetSourceTiktokMarketing

GetSourceTiktokMarketing - Get Source details

func (*Sources) GetSourceTrello

GetSourceTrello - Get Source details

func (*Sources) GetSourceTrustpilot

GetSourceTrustpilot - Get Source details

func (*Sources) GetSourceTvmazeSchedule

GetSourceTvmazeSchedule - Get Source details

func (*Sources) GetSourceTwilio

GetSourceTwilio - Get Source details

func (*Sources) GetSourceTwilioTaskrouter

GetSourceTwilioTaskrouter - Get Source details

func (*Sources) GetSourceTwitter

GetSourceTwitter - Get Source details

func (*Sources) GetSourceTypeform

GetSourceTypeform - Get Source details

func (*Sources) GetSourceUsCensus

GetSourceUsCensus - Get Source details

func (*Sources) GetSourceVantage

GetSourceVantage - Get Source details

func (*Sources) GetSourceWebflow

GetSourceWebflow - Get Source details

func (*Sources) GetSourceWhiskyHunter

GetSourceWhiskyHunter - Get Source details

func (*Sources) GetSourceWikipediaPageviews

GetSourceWikipediaPageviews - Get Source details

func (*Sources) GetSourceWoocommerce

GetSourceWoocommerce - Get Source details

func (*Sources) GetSourceXkcd

GetSourceXkcd - Get Source details

func (*Sources) GetSourceYandexMetrica

GetSourceYandexMetrica - Get Source details

func (*Sources) GetSourceYotpo

GetSourceYotpo - Get Source details

func (*Sources) GetSourceYoutubeAnalytics

GetSourceYoutubeAnalytics - Get Source details

func (*Sources) GetSourceZendeskChat

GetSourceZendeskChat - Get Source details

func (*Sources) GetSourceZendeskSell

GetSourceZendeskSell - Get Source details

func (*Sources) GetSourceZendeskSunshine

GetSourceZendeskSunshine - Get Source details

func (*Sources) GetSourceZendeskSupport

GetSourceZendeskSupport - Get Source details

func (*Sources) GetSourceZendeskTalk

GetSourceZendeskTalk - Get Source details

func (*Sources) GetSourceZenloop

GetSourceZenloop - Get Source details

func (*Sources) GetSourceZohoCrm

GetSourceZohoCrm - Get Source details

func (*Sources) GetSourceZoom

GetSourceZoom - Get Source details

func (*Sources) InitiateOAuth

InitiateOAuth - Initiate OAuth for a source Given a source ID, workspace ID, and redirect URL, initiates OAuth for the source.

This returns a fully formed URL for performing user authentication against the relevant source identity provider (IdP). Once authentication has been completed, the IdP will redirect to an Airbyte endpoint which will save the access and refresh tokens off as a secret and return the secret ID to the redirect URL specified in the `secret_id` query string parameter.

That secret ID can be used to create a source with credentials in place of actual tokens.

func (*Sources) ListSources

ListSources - List sources

func (*Sources) PatchSource

PatchSource - Update a Source

func (*Sources) PutSource

PutSource - Update a Source and fully overwrite it

func (*Sources) PutSourceAha

PutSourceAha - Update a Source fully

func (*Sources) PutSourceAircall

PutSourceAircall - Update a Source fully

func (*Sources) PutSourceAirtable

PutSourceAirtable - Update a Source fully

func (*Sources) PutSourceAmazonAds

PutSourceAmazonAds - Update a Source fully

func (*Sources) PutSourceAmazonSellerPartner

PutSourceAmazonSellerPartner - Update a Source fully

func (*Sources) PutSourceAmazonSqs

PutSourceAmazonSqs - Update a Source fully

func (*Sources) PutSourceAmplitude

PutSourceAmplitude - Update a Source fully

func (*Sources) PutSourceApifyDataset

PutSourceApifyDataset - Update a Source fully

func (*Sources) PutSourceAppfollow

PutSourceAppfollow - Update a Source fully

func (*Sources) PutSourceAsana

PutSourceAsana - Update a Source fully

func (*Sources) PutSourceAuth0

PutSourceAuth0 - Update a Source fully

func (*Sources) PutSourceAwsCloudtrail

PutSourceAwsCloudtrail - Update a Source fully

func (*Sources) PutSourceAzureBlobStorage

PutSourceAzureBlobStorage - Update a Source fully

func (*Sources) PutSourceAzureTable

PutSourceAzureTable - Update a Source fully

func (*Sources) PutSourceBambooHr

PutSourceBambooHr - Update a Source fully

func (*Sources) PutSourceBigquery

PutSourceBigquery - Update a Source fully

func (*Sources) PutSourceBingAds

PutSourceBingAds - Update a Source fully

func (*Sources) PutSourceBraintree

PutSourceBraintree - Update a Source fully

func (*Sources) PutSourceBraze

PutSourceBraze - Update a Source fully

func (*Sources) PutSourceCart

PutSourceCart - Update a Source fully

func (*Sources) PutSourceChargebee

PutSourceChargebee - Update a Source fully

func (*Sources) PutSourceChartmogul

PutSourceChartmogul - Update a Source fully

func (*Sources) PutSourceClickhouse

PutSourceClickhouse - Update a Source fully

func (*Sources) PutSourceClickupAPI

PutSourceClickupAPI - Update a Source fully

func (*Sources) PutSourceClockify

PutSourceClockify - Update a Source fully

func (*Sources) PutSourceCloseCom

PutSourceCloseCom - Update a Source fully

func (*Sources) PutSourceCoda

PutSourceCoda - Update a Source fully

func (*Sources) PutSourceCoinAPI

PutSourceCoinAPI - Update a Source fully

func (*Sources) PutSourceCoinmarketcap

PutSourceCoinmarketcap - Update a Source fully

func (*Sources) PutSourceConfigcat

PutSourceConfigcat - Update a Source fully

func (*Sources) PutSourceConfluence

PutSourceConfluence - Update a Source fully

func (*Sources) PutSourceConvex

PutSourceConvex - Update a Source fully

func (*Sources) PutSourceCustom added in v0.4.0

PutSourceCustom - Update a Source fully

func (*Sources) PutSourceDatascope

PutSourceDatascope - Update a Source fully

func (*Sources) PutSourceDelighted

PutSourceDelighted - Update a Source fully

func (*Sources) PutSourceDixa

PutSourceDixa - Update a Source fully

func (*Sources) PutSourceDockerhub

PutSourceDockerhub - Update a Source fully

func (*Sources) PutSourceDremio

PutSourceDremio - Update a Source fully

func (*Sources) PutSourceDynamodb

PutSourceDynamodb - Update a Source fully

func (*Sources) PutSourceEmailoctopus

PutSourceEmailoctopus - Update a Source fully

func (*Sources) PutSourceExchangeRates

PutSourceExchangeRates - Update a Source fully

func (*Sources) PutSourceFacebookMarketing

PutSourceFacebookMarketing - Update a Source fully

func (*Sources) PutSourceFaker

PutSourceFaker - Update a Source fully

func (*Sources) PutSourceFauna

PutSourceFauna - Update a Source fully

func (*Sources) PutSourceFile

PutSourceFile - Update a Source fully

func (*Sources) PutSourceFirebolt

PutSourceFirebolt - Update a Source fully

func (*Sources) PutSourceFreshcaller

PutSourceFreshcaller - Update a Source fully

func (*Sources) PutSourceFreshdesk

PutSourceFreshdesk - Update a Source fully

func (*Sources) PutSourceFreshsales

PutSourceFreshsales - Update a Source fully

func (*Sources) PutSourceGainsightPx

PutSourceGainsightPx - Update a Source fully

func (*Sources) PutSourceGcs

PutSourceGcs - Update a Source fully

func (*Sources) PutSourceGetlago

PutSourceGetlago - Update a Source fully

func (*Sources) PutSourceGithub

PutSourceGithub - Update a Source fully

func (*Sources) PutSourceGitlab

PutSourceGitlab - Update a Source fully

func (*Sources) PutSourceGlassfrog

PutSourceGlassfrog - Update a Source fully

func (*Sources) PutSourceGnews

PutSourceGnews - Update a Source fully

func (*Sources) PutSourceGoogleAds

PutSourceGoogleAds - Update a Source fully

func (*Sources) PutSourceGoogleAnalyticsDataAPI

PutSourceGoogleAnalyticsDataAPI - Update a Source fully

func (*Sources) PutSourceGoogleAnalyticsV4ServiceAccountOnly added in v0.4.0

PutSourceGoogleAnalyticsV4ServiceAccountOnly - Update a Source fully

func (*Sources) PutSourceGoogleDirectory

PutSourceGoogleDirectory - Update a Source fully

func (*Sources) PutSourceGoogleDrive

PutSourceGoogleDrive - Update a Source fully

func (*Sources) PutSourceGooglePagespeedInsights

PutSourceGooglePagespeedInsights - Update a Source fully

func (*Sources) PutSourceGoogleSearchConsole

PutSourceGoogleSearchConsole - Update a Source fully

func (*Sources) PutSourceGoogleSheets

PutSourceGoogleSheets - Update a Source fully

func (*Sources) PutSourceGoogleWebfonts

PutSourceGoogleWebfonts - Update a Source fully

func (*Sources) PutSourceGreenhouse

PutSourceGreenhouse - Update a Source fully

func (*Sources) PutSourceGridly

PutSourceGridly - Update a Source fully

func (*Sources) PutSourceHarvest

PutSourceHarvest - Update a Source fully

func (*Sources) PutSourceHubplanner

PutSourceHubplanner - Update a Source fully

func (*Sources) PutSourceHubspot

PutSourceHubspot - Update a Source fully

func (*Sources) PutSourceInsightly

PutSourceInsightly - Update a Source fully

func (*Sources) PutSourceInstagram

PutSourceInstagram - Update a Source fully

func (*Sources) PutSourceInstatus

PutSourceInstatus - Update a Source fully

func (*Sources) PutSourceIntercom

PutSourceIntercom - Update a Source fully

func (*Sources) PutSourceIp2whois

PutSourceIp2whois - Update a Source fully

func (*Sources) PutSourceIterable

PutSourceIterable - Update a Source fully

func (*Sources) PutSourceJira

PutSourceJira - Update a Source fully

func (*Sources) PutSourceK6Cloud

PutSourceK6Cloud - Update a Source fully

func (*Sources) PutSourceKlarna

PutSourceKlarna - Update a Source fully

func (*Sources) PutSourceKlaviyo

PutSourceKlaviyo - Update a Source fully

func (*Sources) PutSourceKyve

PutSourceKyve - Update a Source fully

func (*Sources) PutSourceLaunchdarkly

PutSourceLaunchdarkly - Update a Source fully

func (*Sources) PutSourceLemlist

PutSourceLemlist - Update a Source fully

func (*Sources) PutSourceLeverHiring

PutSourceLeverHiring - Update a Source fully

func (*Sources) PutSourceLinkedinAds

PutSourceLinkedinAds - Update a Source fully

func (*Sources) PutSourceLinkedinPages

PutSourceLinkedinPages - Update a Source fully

func (*Sources) PutSourceLinnworks

PutSourceLinnworks - Update a Source fully

func (*Sources) PutSourceLokalise

PutSourceLokalise - Update a Source fully

func (*Sources) PutSourceMailchimp

PutSourceMailchimp - Update a Source fully

func (*Sources) PutSourceMailgun

PutSourceMailgun - Update a Source fully

func (*Sources) PutSourceMailjetSms

PutSourceMailjetSms - Update a Source fully

func (*Sources) PutSourceMarketo

PutSourceMarketo - Update a Source fully

func (*Sources) PutSourceMetabase

PutSourceMetabase - Update a Source fully

func (*Sources) PutSourceMicrosoftOnedrive added in v0.5.0

PutSourceMicrosoftOnedrive - Update a Source fully

func (*Sources) PutSourceMicrosoftSharepoint added in v0.4.0

PutSourceMicrosoftSharepoint - Update a Source fully

func (*Sources) PutSourceMicrosoftTeams

PutSourceMicrosoftTeams - Update a Source fully

func (*Sources) PutSourceMixpanel

PutSourceMixpanel - Update a Source fully

func (*Sources) PutSourceMonday

PutSourceMonday - Update a Source fully

func (*Sources) PutSourceMongodbInternalPoc

PutSourceMongodbInternalPoc - Update a Source fully

func (*Sources) PutSourceMongodbV2

PutSourceMongodbV2 - Update a Source fully

func (*Sources) PutSourceMssql

PutSourceMssql - Update a Source fully

func (*Sources) PutSourceMyHours

PutSourceMyHours - Update a Source fully

func (*Sources) PutSourceMysql

PutSourceMysql - Update a Source fully

func (*Sources) PutSourceNetsuite

PutSourceNetsuite - Update a Source fully

func (*Sources) PutSourceNotion

PutSourceNotion - Update a Source fully

func (*Sources) PutSourceNytimes

PutSourceNytimes - Update a Source fully

func (*Sources) PutSourceOkta

PutSourceOkta - Update a Source fully

func (*Sources) PutSourceOmnisend

PutSourceOmnisend - Update a Source fully

func (*Sources) PutSourceOnesignal

PutSourceOnesignal - Update a Source fully

func (*Sources) PutSourceOracle

PutSourceOracle - Update a Source fully

func (*Sources) PutSourceOrb

PutSourceOrb - Update a Source fully

func (*Sources) PutSourceOrbit

PutSourceOrbit - Update a Source fully

func (*Sources) PutSourceOutbrainAmplify

PutSourceOutbrainAmplify - Update a Source fully

func (*Sources) PutSourceOutreach

PutSourceOutreach - Update a Source fully

func (*Sources) PutSourcePaypalTransaction

PutSourcePaypalTransaction - Update a Source fully

func (*Sources) PutSourcePaystack

PutSourcePaystack - Update a Source fully

func (*Sources) PutSourcePendo

PutSourcePendo - Update a Source fully

func (*Sources) PutSourcePersistiq

PutSourcePersistiq - Update a Source fully

func (*Sources) PutSourcePexelsAPI

PutSourcePexelsAPI - Update a Source fully

func (*Sources) PutSourcePinterest

PutSourcePinterest - Update a Source fully

func (*Sources) PutSourcePipedrive

PutSourcePipedrive - Update a Source fully

func (*Sources) PutSourcePocket

PutSourcePocket - Update a Source fully

func (*Sources) PutSourcePokeapi

PutSourcePokeapi - Update a Source fully

func (*Sources) PutSourcePolygonStockAPI

PutSourcePolygonStockAPI - Update a Source fully

func (*Sources) PutSourcePostgres

PutSourcePostgres - Update a Source fully

func (*Sources) PutSourcePosthog

PutSourcePosthog - Update a Source fully

func (*Sources) PutSourcePostmarkapp

PutSourcePostmarkapp - Update a Source fully

func (*Sources) PutSourcePrestashop

PutSourcePrestashop - Update a Source fully

func (*Sources) PutSourcePunkAPI

PutSourcePunkAPI - Update a Source fully

func (*Sources) PutSourcePypi

PutSourcePypi - Update a Source fully

func (*Sources) PutSourceQualaroo

PutSourceQualaroo - Update a Source fully

func (*Sources) PutSourceRailz

PutSourceRailz - Update a Source fully

func (*Sources) PutSourceRecharge

PutSourceRecharge - Update a Source fully

func (*Sources) PutSourceRecreation

PutSourceRecreation - Update a Source fully

func (*Sources) PutSourceRecruitee

PutSourceRecruitee - Update a Source fully

func (*Sources) PutSourceRecurly

PutSourceRecurly - Update a Source fully

func (*Sources) PutSourceRedshift

PutSourceRedshift - Update a Source fully

func (*Sources) PutSourceRetently

PutSourceRetently - Update a Source fully

func (*Sources) PutSourceRkiCovid

PutSourceRkiCovid - Update a Source fully

func (*Sources) PutSourceRss

PutSourceRss - Update a Source fully

func (*Sources) PutSourceS3

PutSourceS3 - Update a Source fully

func (*Sources) PutSourceSalesforce

PutSourceSalesforce - Update a Source fully

func (*Sources) PutSourceSalesloft

PutSourceSalesloft - Update a Source fully

func (*Sources) PutSourceSapFieldglass

PutSourceSapFieldglass - Update a Source fully

func (*Sources) PutSourceSecoda

PutSourceSecoda - Update a Source fully

func (*Sources) PutSourceSendgrid

PutSourceSendgrid - Update a Source fully

func (*Sources) PutSourceSendinblue

PutSourceSendinblue - Update a Source fully

func (*Sources) PutSourceSenseforce

PutSourceSenseforce - Update a Source fully

func (*Sources) PutSourceSentry

PutSourceSentry - Update a Source fully

func (*Sources) PutSourceSftp

PutSourceSftp - Update a Source fully

func (*Sources) PutSourceSftpBulk

PutSourceSftpBulk - Update a Source fully

func (*Sources) PutSourceShopify

PutSourceShopify - Update a Source fully

func (*Sources) PutSourceShortio

PutSourceShortio - Update a Source fully

func (*Sources) PutSourceSlack

PutSourceSlack - Update a Source fully

func (*Sources) PutSourceSmaily

PutSourceSmaily - Update a Source fully

func (*Sources) PutSourceSmartengage

PutSourceSmartengage - Update a Source fully

func (*Sources) PutSourceSmartsheets

PutSourceSmartsheets - Update a Source fully

func (*Sources) PutSourceSnapchatMarketing

PutSourceSnapchatMarketing - Update a Source fully

func (*Sources) PutSourceSnowflake

PutSourceSnowflake - Update a Source fully

func (*Sources) PutSourceSonarCloud

PutSourceSonarCloud - Update a Source fully

func (*Sources) PutSourceSpacexAPI

PutSourceSpacexAPI - Update a Source fully

func (*Sources) PutSourceSquare

PutSourceSquare - Update a Source fully

func (*Sources) PutSourceStrava

PutSourceStrava - Update a Source fully

func (*Sources) PutSourceStripe

PutSourceStripe - Update a Source fully

func (*Sources) PutSourceSurveySparrow

PutSourceSurveySparrow - Update a Source fully

func (*Sources) PutSourceSurveymonkey

PutSourceSurveymonkey - Update a Source fully

func (*Sources) PutSourceTempo

PutSourceTempo - Update a Source fully

func (*Sources) PutSourceTheGuardianAPI

PutSourceTheGuardianAPI - Update a Source fully

func (*Sources) PutSourceTiktokMarketing

PutSourceTiktokMarketing - Update a Source fully

func (*Sources) PutSourceTrello

PutSourceTrello - Update a Source fully

func (*Sources) PutSourceTrustpilot

PutSourceTrustpilot - Update a Source fully

func (*Sources) PutSourceTvmazeSchedule

PutSourceTvmazeSchedule - Update a Source fully

func (*Sources) PutSourceTwilio

PutSourceTwilio - Update a Source fully

func (*Sources) PutSourceTwilioTaskrouter

PutSourceTwilioTaskrouter - Update a Source fully

func (*Sources) PutSourceTwitter

PutSourceTwitter - Update a Source fully

func (*Sources) PutSourceTypeform

PutSourceTypeform - Update a Source fully

func (*Sources) PutSourceUsCensus

PutSourceUsCensus - Update a Source fully

func (*Sources) PutSourceVantage

PutSourceVantage - Update a Source fully

func (*Sources) PutSourceWebflow

PutSourceWebflow - Update a Source fully

func (*Sources) PutSourceWhiskyHunter

PutSourceWhiskyHunter - Update a Source fully

func (*Sources) PutSourceWikipediaPageviews

PutSourceWikipediaPageviews - Update a Source fully

func (*Sources) PutSourceWoocommerce

PutSourceWoocommerce - Update a Source fully

func (*Sources) PutSourceXkcd

PutSourceXkcd - Update a Source fully

func (*Sources) PutSourceYandexMetrica

PutSourceYandexMetrica - Update a Source fully

func (*Sources) PutSourceYotpo

PutSourceYotpo - Update a Source fully

func (*Sources) PutSourceYoutubeAnalytics

PutSourceYoutubeAnalytics - Update a Source fully

func (*Sources) PutSourceZendeskChat

PutSourceZendeskChat - Update a Source fully

func (*Sources) PutSourceZendeskSell

PutSourceZendeskSell - Update a Source fully

func (*Sources) PutSourceZendeskSunshine

PutSourceZendeskSunshine - Update a Source fully

func (*Sources) PutSourceZendeskSupport

PutSourceZendeskSupport - Update a Source fully

func (*Sources) PutSourceZendeskTalk

PutSourceZendeskTalk - Update a Source fully

func (*Sources) PutSourceZenloop

PutSourceZenloop - Update a Source fully

func (*Sources) PutSourceZohoCrm

PutSourceZohoCrm - Update a Source fully

func (*Sources) PutSourceZoom

PutSourceZoom - Update a Source fully

type Streams

type Streams struct {
	// contains filtered or unexported fields
}

func (*Streams) GetStreamProperties

GetStreamProperties - Get stream properties

type Workspaces

type Workspaces struct {
	// contains filtered or unexported fields
}

func (*Workspaces) CreateOrUpdateWorkspaceOAuthCredentials

CreateOrUpdateWorkspaceOAuthCredentials - Create OAuth override credentials for a workspace and source type. Create/update a set of OAuth credentials to override the Airbyte-provided OAuth credentials used for source/destination OAuth. In order to determine what the credential configuration needs to be, please see the connector specification of the relevant source/destination.

func (*Workspaces) CreateWorkspace

CreateWorkspace - Create a workspace

func (*Workspaces) DeleteWorkspace

DeleteWorkspace - Delete a Workspace

func (*Workspaces) GetWorkspace

GetWorkspace - Get Workspace details

func (*Workspaces) ListWorkspaces

ListWorkspaces - List workspaces

func (*Workspaces) UpdateWorkspace

UpdateWorkspace - Update a workspace

Directories

Path Synopsis
internal
models

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL