MCPcopy
hub / github.com/mxpv/podsync / NewSoundcloudBuilder

Function NewSoundcloudBuilder

pkg/builder/soundcloud.go:89–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func NewSoundcloudBuilder() (*SoundCloudBuilder, error) {
90 sc, err := soundcloudapi.New(soundcloudapi.APIOptions{})
91 if err != nil {
92 return nil, errors.Wrap(err, "failed to create soundcloud client")
93 }
94
95 return &SoundCloudBuilder{client: sc}, nil
96}

Callers 2

TestSoundCloud_BuildFeedFunction · 0.85
NewFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSoundCloud_BuildFeedFunction · 0.68