You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Lists the people following the specified user. * * @paramusername of the user to retrieve * @parampagination Limit and Offset for pagination * @paramheaders optional user headers to include in the request * @return GHResponse[List[User]\] User details*/defgetFollowers(
username: String,
pagination: Option[Pagination] =None,
headers: Map[String, String] =Map()
):F[GHResponse[List[User]]]
@abteilung6, thanks for the suggestions. I can help you with the missing pieces if you want to create the PR. It would be nice to give you the proper credits for the contribution.
Users.scala
UsersInterpreter.scala
UsersSpec.scala
The text was updated successfully, but these errors were encountered: