Skip to content

Commit

Permalink
RIP smashcast
Browse files Browse the repository at this point in the history
Refactored livestream file conversion process
  • Loading branch information
laurencee committed Mar 27, 2021
1 parent 30b2f56 commit 6555cc2
Show file tree
Hide file tree
Showing 28 changed files with 40 additions and 1,126 deletions.
1 change: 0 additions & 1 deletion ExternalAPIs.Tests/ExternalAPIs.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<Compile Include="TwitchTvHelixClientShould.cs" />
<Compile Include="TwitchTvV5ClientShould.cs" />
<Compile Include="YoutubeClientShould.cs" />
<Compile Include="SmashcastClientShould.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TwitchTvV3ClientShould.cs" />
</ItemGroup>
Expand Down
68 changes: 0 additions & 68 deletions ExternalAPIs.Tests/SmashcastClientShould.cs

This file was deleted.

18 changes: 0 additions & 18 deletions ExternalAPIs/ExternalAPIs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,6 @@
</Compile>
<Compile Include="Extensions.cs" />
<Compile Include="BooleanConverter.cs" />
<Compile Include="Smashcast\Converters\HoribadHitboxDateTimeOffsetConverter.cs" />
<Compile Include="Smashcast\Dto\Category.cs" />
<Compile Include="Smashcast\Dto\Channel.cs" />
<Compile Include="Smashcast\Dto\Following.cs" />
<Compile Include="Smashcast\Dto\Livestream.cs" />
<Compile Include="Smashcast\Dto\Mediainfo.cs" />
<Compile Include="Smashcast\Dto\QueryRoot\ChannelRoot.cs" />
<Compile Include="Smashcast\Dto\QueryRoot\ChannelVideosRoot.cs" />
<Compile Include="Smashcast\Dto\QueryRoot\StreamRoot.cs" />
<Compile Include="Smashcast\Dto\QueryRoot\TopGamesRoot.cs" />
<Compile Include="Smashcast\Dto\QueryRoot\UserFollowsRoot.cs" />
<Compile Include="Smashcast\Dto\Video.cs" />
<Compile Include="Smashcast\Dto\QueryRoot\StreamsRoot.cs" />
<Compile Include="Smashcast\SmashcastReadonlyClient.cs" />
<Compile Include="Smashcast\ISmashcastReadonlyClient.cs" />
<Compile Include="Smashcast\Query\ChannelVideosQuery.cs" />
<Compile Include="Smashcast\Query\TopStreamsQuery.cs" />
<Compile Include="Smashcast\RequestConstants.cs" />
<Compile Include="HttpClientExtensions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SimpleHttpResponseException.cs" />
Expand Down

This file was deleted.

41 changes: 0 additions & 41 deletions ExternalAPIs/Smashcast/Dto/Category.cs

This file was deleted.

62 changes: 0 additions & 62 deletions ExternalAPIs/Smashcast/Dto/Channel.cs

This file was deleted.

34 changes: 0 additions & 34 deletions ExternalAPIs/Smashcast/Dto/Following.cs

This file was deleted.

Loading

0 comments on commit 6555cc2

Please sign in to comment.