Versions in this module Expand all Collapse all v0 v0.0.2 May 6, 2023 Changes in this version + var ResourcesPageSize = 50 + type Asana struct + func New(ctx context.Context, accessToken string) (*Asana, error) + func (as *Asana) Metadata(ctx context.Context) (*v2.ConnectorMetadata, error) + func (as *Asana) ResourceSyncers(ctx context.Context) []connectorbuilder.ResourceSyncer + func (as *Asana) Validate(ctx context.Context) (annotations.Annotations, error)