Skip to content

Commit

Permalink
Remove decommissioned Soundtrack APIs (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
Syzuna authored Oct 30, 2023
1 parent 13db111 commit 3b6bfd3
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 368 deletions.
28 changes: 0 additions & 28 deletions TwitchLib.Api.Helix.Models/Soundtrack/Album.cs

This file was deleted.

28 changes: 0 additions & 28 deletions TwitchLib.Api.Helix.Models/Soundtrack/Artist.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

46 changes: 0 additions & 46 deletions TwitchLib.Api.Helix.Models/Soundtrack/Source.cs

This file was deleted.

46 changes: 0 additions & 46 deletions TwitchLib.Api.Helix.Models/Soundtrack/Track.cs

This file was deleted.

5 changes: 0 additions & 5 deletions TwitchLib.Api.Helix/Helix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ public class Helix
/// </summary>
public Search Search { get; }
/// <summary>
/// Soundtrack related Helix APIs
/// </summary>
public Soundtrack Soundtrack { get; }
/// <summary>
/// Stream related Helix APIs
/// </summary>
public Streams Streams { get; }
Expand Down Expand Up @@ -168,7 +164,6 @@ public Helix(ILoggerFactory loggerFactory = null, IRateLimiter rateLimiter = nul
Raids = new Raids(settings, rateLimiter, http);
Schedule = new Schedule(Settings, rateLimiter, http);
Search = new Search(Settings, rateLimiter, http);
Soundtrack = new Soundtrack(Settings, rateLimiter, http);
Streams = new Streams(Settings, rateLimiter, http);
Subscriptions = new Subscriptions(Settings, rateLimiter, http);
Tags = new Tags(Settings, rateLimiter, http);
Expand Down
97 changes: 0 additions & 97 deletions TwitchLib.Api.Helix/Soundtrack.cs

This file was deleted.

0 comments on commit 3b6bfd3

Please sign in to comment.