GitHubApi

object GitHubApi
class Object
trait Matchable
class Any

Type members

Classlikes

final case class EncryptedSecret(encrypted_value: String, key_id: String)
final case class PublicKey(key_id: String, key: String)
final case class Secret(name: String, created_at: String, updated_at: String)
final case class SecretList(total_count: Int, secrets: List[Secret])

Implicits

Implicits

implicit val encryptedSecretCodec: JsonValueCodec[EncryptedSecret]
implicit val publicKeyCodec: JsonValueCodec[PublicKey]
implicit val secretListCodec: JsonValueCodec[SecretList]