diff --git a/abios_sdk.go b/abios_sdk.go index 0309e95..a609019 100644 --- a/abios_sdk.go +++ b/abios_sdk.go @@ -36,7 +36,7 @@ const ( // AbiosSdk defines the interface of an implementation of a SDK targeting the Abios endpoints. type AbiosSdk interface { - SetRate(second, minute int) + SetRate(second, minute uint) Games(params Parameters) (GameStructPaginated, *ErrorStruct) Series(params Parameters) (SeriesStructPaginated, *ErrorStruct) SeriesById(id int64, params Parameters) (SeriesStruct, *ErrorStruct)