ApiKeys

class ApiKeys[F[_]](val requestSession: RequestSession[F]) extends Readable[ApiKey, F]
Companion:
object
trait Readable[ApiKey, F]
trait BaseUrl
class Object
trait Matchable
class Any

Value members

Inherited methods

def list(limit: Option[Int]): Stream[F, ApiKey]
Inherited from:
Readable
def read(limit: Option[Int]): F[ItemsWithCursor[ApiKey]]
Inherited from:
Readable

Concrete fields

override val baseUrl: Uri