Versions in this module Expand all Collapse all v0 v0.2.1 Apr 8, 2021 v0.2.0 Apr 7, 2021 Changes in this version + func CreateDataset(ctx context.Context, p *api.AuthenticationConfig, obj interface{}) (*http.Response, error) + func CreateProfileUnionDataset(ctx context.Context, p *api.AuthenticationConfig, name, format string) (*http.Response, error) + func GetBatches(ctx context.Context, p *api.AuthenticationConfig, o *BatchesOptions) (*http.Response, error) + func GetDatasets(ctx context.Context, p *api.AuthenticationConfig, o *BatchesOptions) (*http.Response, error) + type BatchesOptions struct + CreatedAfter string + CreatedBefore string + Dataset string + EndAfter string + EndBefore string + Limit string + Name string + OrderBy string + StartAfter string + StartBefore string + func (b *BatchesOptions) ToURLPar() string + type DataSetRequest struct + ConncectoionID string + ConncectorID string + FileDescription *FileDescription + Name string + Namespace string + SchemaRef *SchemaRef + type FileDescription struct + ContainerFormat string + Format string + Persisted bool + type SchemaRef struct + ContentType string + ID string