-
Notifications
You must be signed in to change notification settings - Fork 0
Memories
Jan0660 edited this page Oct 12, 2020
·
2 revisions
var memories = Client.GetAllMemories(); // Dictionary<string, ChapterMemory>
foreach (var memory in memories)
{
Console.WriteLine($"{memory.Value.Names.en} - {memory.Value.WikiUrl}");
}
which outputs
Prologue - https://azurlane.koumakan.jp/Memories/Prologue
Tora! Tora! Tora! - https://azurlane.koumakan.jp/Memories/Tora!_Tora!_Tora!
Battle of Coral Sea - https://azurlane.koumakan.jp/Memories/Battle_of_Coral_Sea
...
Names
-
Thumbnail
- The url for the thumbnail of this memory
WikiUrl
-
Missions
List<MissionMemory>
Names
-
Lines
List<LineMemory>
Names
BannerSource
Background
-
Content
- Literally uses the
Names
type
- Literally uses the