Added another test endpoint.

This commit is contained in:
2025-05-27 13:31:18 -04:00
parent cb73ed5405
commit 2154a7d58b

View File

@@ -10,6 +10,6 @@ namespace osrs_toolbox
public static class Wiki
{
private static string BaseEndpoint = @"https://oldschool.runescape.wiki/api.php?format=json&formatversion=2";
private static string ListMonstersEndpoint = @"&action=query&list=categorymembers&cmtitle=Category:Monsters";
}
}