Click or drag to resize

FormActMainPluginGetGithubApi Method

Gets the GitHub API cache file of the plugin at advancedcombattracker.com (No rate limit) If the plugin is not GitHub hosted, this will throw an exception. The cache file is updated every 3 minutes. Example: https://advancedcombattracker.com/versioncheck/github/{MyPluginId}

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.5.288
Syntax
C#
public string PluginGetGithubApi(
	int MyPluginId
)

Parameters

MyPluginId  Int32
The ID number the website identifies the download with

Return Value

String
The contents of the GitHub API cache file (JSON text)
See Also