Skip to content

Commit

Permalink
Merge pull request #10 from gaseous-project:metadata-proxy
Browse files Browse the repository at this point in the history
Add conversion library to all objects
  • Loading branch information
michael-j-green authored Sep 30, 2024
2 parents 0d94712 + 9096948 commit 808b74c
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/Character.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class Character : ITimestamps, IIdentifier, IHasChecksum
public class Character : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("akas")]
[JsonProperty("akas")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/Collection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class Collection : ITimestamps, IIdentifier, IHasChecksum
public class Collection : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("as_child_relations")]
[JsonProperty("as_child_relations")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class CollectionMembership : ITimestamps, IIdentifier, IHasChecksum
public class CollectionMembership : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class CollectionMembershipType : ITimestamps, IIdentifier, IHasChecksum
public class CollectionMembershipType : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("allowed_collection_type")]
[JsonProperty("allowed_collection_type")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/CollectionRelation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class CollectionRelation : ITimestamps, IIdentifier, IHasChecksum
public class CollectionRelation : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class CollectionRelationType : ITimestamps, IIdentifier, IHasChecksum
public class CollectionRelationType : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("allowed_child_type")]
[JsonProperty("allowed_child_type")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/CollectionType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class CollectionType : ITimestamps, IHasChecksum
public class CollectionType : ITools, ITimestamps, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/Company.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class Company : ITimestamps, IIdentifier, IHasChecksum
public class Company : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("change_date")]
[JsonProperty("change_date")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/Event.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class Event : ITimestamps, IIdentifier, IHasChecksum
public class Event : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/EventLogo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class EventLogo : ITimestamps, IIdentifier, IHasChecksum
public class EventLogo : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("alpha_channel")]
[JsonProperty("alpha_channel")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/EventNetwork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class EventNetwork : ITimestamps, IIdentifier, IHasChecksum
public class EventNetwork : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/ExternalGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class ExternalGame : ITimestamps, IIdentifier, IHasChecksum
public class ExternalGame : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("category")]
[JsonProperty("category")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/Franchise.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class Franchise : ITimestamps, IIdentifier, IHasChecksum
public class Franchise : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("created_at")]
[JsonProperty("created_at")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/GameEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class GameEngine : ITimestamps, IIdentifier, IHasChecksum
public class GameEngine : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/GameLocalization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class GameLocalization : ITimestamps, IIdentifier, IHasChecksum
public class GameLocalization : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/GameMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class GameMode : ITimestamps, IIdentifier, IHasChecksum
public class GameMode : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/GameVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class GameVersion : ITimestamps, IIdentifier, IHasChecksum
public class GameVersion : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/Genre.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class Genre : ITimestamps, IIdentifier, IHasChecksum
public class Genre : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/InvolvedCompany.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class InvolvedCompany : ITimestamps, IIdentifier, IHasChecksum
public class InvolvedCompany : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/Keyword.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class Keyword : ITimestamps, IIdentifier, IHasChecksum
public class Keyword : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/Language.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class Language : ITimestamps, IIdentifier, IHasChecksum
public class Language : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/LanguageSupport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class LanguageSupport : ITimestamps, IIdentifier, IHasChecksum
public class LanguageSupport : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class LanguageSupportType : ITimestamps, IIdentifier, IHasChecksum
public class LanguageSupportType : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/NetworkType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class NetworkType : ITimestamps, IIdentifier, IHasChecksum
public class NetworkType : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/Platform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class Platform : ITimestamps, IIdentifier, IHasChecksum
public class Platform : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("abbreviation")]
[JsonProperty("abbreviation")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class PlatformVersionReleaseDate : ITimestamps, IIdentifier, IHasChecksum
public class PlatformVersionReleaseDate : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("category")]
[JsonProperty("category")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/PlayerPerspective.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class PlayerPerspective : ITimestamps, IIdentifier, IHasChecksum
public class PlayerPerspective : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/Region.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class Region : ITimestamps, IIdentifier, IHasChecksum
public class Region : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("category")]
[JsonProperty("category")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/ReleaseDate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class ReleaseDate : ITimestamps, IIdentifier, IHasChecksum
public class ReleaseDate : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("category")]
[JsonProperty("category")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/ReleaseDateStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class ReleaseDateStatus : ITimestamps, IIdentifier, IHasChecksum
public class ReleaseDateStatus : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down
2 changes: 1 addition & 1 deletion hasheous-client/Models/Metadata/IGDB/Theme.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace HasheousClient.Models.Metadata.IGDB
{
public class Theme : ITimestamps, IIdentifier, IHasChecksum
public class Theme : ITools, ITimestamps, IIdentifier, IHasChecksum
{
[JsonPropertyName("checksum")]
[JsonProperty("checksum")]
Expand Down

0 comments on commit 808b74c

Please sign in to comment.