Class GithubTools
- java.lang.Object
-
- jadx.plugins.tools.resolvers.github.GithubTools
-
public class GithubTools extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GithubTools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReleasefetchRelease(LocationInfo info)static java.util.List<Release>fetchReleases(LocationInfo info, int page, int perPage)
-
-
-
Method Detail
-
fetchRelease
public static Release fetchRelease(LocationInfo info)
-
fetchReleases
public static java.util.List<Release> fetchReleases(LocationInfo info, int page, int perPage)
-
-