GithubClient

github4s.GithubClient
object GithubClient

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_] : Concurrent](client: Client[F], accessToken: Option[String])(implicit evidence$1: Concurrent[F], config: GithubConfig): GithubAPIs[F]
def apply[F[_] : Concurrent](client: Client[F], authHeader: AccessHeader[F])(implicit evidence$1: Concurrent[F], config: GithubConfig): GithubAPIs[F]