Closed Testosternus closed 4 years ago
Runescape API returns data as plain text in 1 giant object. Should be a list of each individuel category name with value (ID).
used string.Split() on stringified category to extract into ResponseBasic object. Works like a charm.
string.Split()
ResponseBasic
Runescape API returns data as plain text in 1 giant object. Should be a list of each individuel category name with value (ID).