Beispiel #1
0
 public Users(ISoundCloudApiGateway gateway) : base(gateway)
 {
 }
Beispiel #2
0
 public Me(ISoundCloudApiGateway gateway) : base(gateway)
 {
 }
Beispiel #3
0
 internal Endpoint(ISoundCloudApiGateway gateway)
 {
     Credentials = new SoundCloudCredentials();
     Gateway     = gateway;
 }
Beispiel #4
0
 internal Tracks(ISoundCloudApiGateway gateway) : base(gateway)
 {
 }
Beispiel #5
0
 public Apps(ISoundCloudApiGateway gateway)
     : base(gateway)
 {
 }
Beispiel #6
0
 public Playlists(ISoundCloudApiGateway gateway)
     : base(gateway)
 {
 }
Beispiel #7
0
 public TestEndpoint(ISoundCloudApiGateway gateway)
     : base(gateway)
 {
 }
Beispiel #8
0
 internal Comments(ISoundCloudApiGateway gateway) : base(gateway)
 {
 }
Beispiel #9
0
 public OAuth2(ISoundCloudApiGateway gateway)
     : base(gateway)
 {
 }
Beispiel #10
0
 internal Endpoint(ISoundCloudApiGateway gateway)
 {
     Gateway = gateway;
 }
Beispiel #11
0
 public OAuth2(ISoundCloudApiGateway gateway)
 {
     _gateway = gateway;
 }
Beispiel #12
0
 public Resolve(ISoundCloudApiGateway gateway)
 {
     _gateway = gateway;
 }
Beispiel #13
0
 public Resolve(ISoundCloudApiGateway gateway)
     : base(gateway)
 {
 }