Skip to content

TheBrunoCA/GithubReleases

Repository files navigation

GithubReleases

Creating class object:
image

Getting the releases info from Github's Api, remember that doing this will consume your hourly api limit:
image

Reading the releases Json and converting it into a Array of Maps with coco's JXON.ahk, this is not necessary, the methods will do this themselves:
image

Getting an Array of releases, each is a Map containing various release's info.
image

Getting only the latest release:
image

Getting the download link to the latest release:
image

Getting the latest release version, or tag_name: image

Getting if the current version is up to date with the latest release: image