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