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