GithubConfig

final case class GithubConfig(baseUrl: String, authorizeUrl: String, accessTokenUrl: String, headers: Map[String, String])

Configuration for github4s

Value Params
accessTokenUrl

for the second step of the oAuth process. If you use GitHub enterprise, you'll need to modify this.

authorizeUrl

for the first step of the oAuth process. If you use GitHub enterprise, you'll need to modify this.

baseUrl

of the GitHub API. If you use GitHub enterprise, you'll need to modify this.

headers

to add to all requests sent to the GitHub API. Defaults to "github4s" as user agent.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def toHeaderList: List[Raw]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product