Packages

p

github4s

algebras

package algebras

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AccessHeader[F[_]] extends AnyRef
  2. trait AccessToken[F[_]] extends AnyRef

    Source of static or expiring github tokens

    Source of static or expiring github tokens

    For github app authentication you'd want to create a token source which calls github's installation authentication api with a jwt token, generated from a private key These tokens have a 1h lifetime, so it's a good idea to handle expired tokens here as well

    See also

    https://docs.github.com/en/free-pro-team@latest/developers/apps/authenticating-with-github-apps

  3. trait Activities[F[_]] extends AnyRef
  4. trait Auth[F[_]] extends AnyRef
  5. trait Gists[F[_]] extends AnyRef
  6. trait GitData[F[_]] extends AnyRef
  7. trait GithubAPIs[F[_]] extends AnyRef
  8. trait Issues[F[_]] extends AnyRef
  9. trait Organizations[F[_]] extends AnyRef
  10. trait Projects[F[_]] extends AnyRef
  11. trait PullRequests[F[_]] extends AnyRef
  12. trait Repositories[F[_]] extends AnyRef
  13. trait Search[F[_]] extends AnyRef
  14. trait Teams[F[_]] extends AnyRef
  15. trait Users[F[_]] extends AnyRef

Value Members

  1. object AccessHeader

Ungrouped