Added inital job entity and services. Added released works API integration.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace JSMR.Infrastructure.Integrations.DLSite.Models.NewWorks;
|
||||
|
||||
public record NewWorksApiData
|
||||
{
|
||||
[JsonPropertyName("products")]
|
||||
public required NewWorksApiProduct[] Products { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user