GithubConfig

github4s.GithubConfig
See theGithubConfig companion object
final case class GithubConfig(baseUrl: String, authorizeUrl: String, accessTokenUrl: String, headers: Map[String, String])

Configuration for github4s

Value parameters

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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toHeaderList: List[Raw]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product