ApiBaseDownloadJsonString Method |
View Project on GitHub
Downloads a JsonString from a url.
Namespace: GW2CSharpAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic static string DownloadJsonString(
string url
)
Parameters
- url
- Type: SystemString
Url.
Return Value
Type:
StringJsonString from url.
See Also