Versions in this module Expand all Collapse all v0 v0.2.0 Oct 8, 2025 v0.1.0 Oct 8, 2025 Changes in this version + const AuthTypeBasic + const AuthTypeBearer + const AuthTypeSalesforceOauth + const DefaultBatchDelaySeconds + const DefaultBatchSize + func NewRestAPISource(sourceConfig internal.SourceConfig) (internal.Source, error) + type RestAPI struct + AuthType string + BaseURL string + BatchDelaySeconds int + BatchSize int + ClientID string + ClientSecret string + Password string + RequestMethod string + UserAgent string + Username string + func (r *RestAPI) ForSet(setName string, syncSetJson json.RawMessage) error + func (r *RestAPI) Read() ([]byte, error) + type SalesforceAuthResponse struct + AccessToken string + ID string + InstanceURL string + IssuedAt string + Signature string + type SetConfig struct + Path string