Versions in this module Expand all Collapse all v0 v0.13.0 Aug 24, 2022 Changes in this version + func ConvertStringToInt(input string) (int, error) + func GetIssueIdByIssueUrl(s string) (int, error) + func GetRateLimitPerSecond(info RateLimitInfo) int + func GetTotalPagesFromResponse(res *http.Response, args *helper.ApiCollectorArgs) (int, error) + type PagingInfo struct + First int + Last int + Next int + Prev int + func GetPagingFromLinkHeader(link string) (PagingInfo, error) + type RateLimitInfo struct + Date time.Time + Remaining int + ResetTime time.Time + func ConvertRateLimitInfo(date string, resetTime string, remaining string) (RateLimitInfo, error) v0.13.0-rc2 Sep 9, 2022 v0.13.0-rc1 Aug 26, 2022 v0.13.0-beta1 Aug 25, 2022 v0.13.0-alpha1 Aug 18, 2022