ServiceAccounts

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

Value members

Inherited methods

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

Concrete fields

override val baseUrl: Uri