FunctionCalls

class FunctionCalls[F[_]](val requestSession: RequestSession[F], val functionId: Long) extends WithRequestSession[F] with BaseUrl
Companion
object
trait BaseUrl
class Object
trait Matchable
class Any

Value members

Concrete methods

def callFunction(data: Json): F[FunctionCall]
def read(): F[Items[FunctionCall]]
def retrieveById(id: Long): F[FunctionCall]
def retrieveLogs(callId: Long): F[Items[FunctionCallLogEntry]]
def retrieveResponse(callId: Long): F[FunctionCallResponse]

Concrete fields

override val baseUrl: Uri
val functionId: Long