Added base endpoint for wiki API calls.
This commit is contained in:
@@ -9,5 +9,7 @@ namespace osrs_toolbox
|
|||||||
{
|
{
|
||||||
public static class Wiki
|
public static class Wiki
|
||||||
{
|
{
|
||||||
|
private static string BaseEndpoint = @"https://oldschool.runescape.wiki/api.php?format=json&formatversion=2";
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user