New feature: Web api and a custom webpage to show a random cat.

This commit is contained in:
2024-12-29 15:57:10 +03:30
parent 340192d7f0
commit d02d5744ff
5 changed files with 391 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ public class Account
}
public class MediaAttachment
{
{
[JsonPropertyName("id")] public required string MediaId { get; set; }
[JsonPropertyName("type")] public required string Type { get; set; }
[JsonPropertyName("url")] public required string Url { get; set; }