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 retrieveById(id: Long): F[FunctionCall]
def retrieveLogs(callId: Long): F[Items[FunctionCallLogEntry]]

Concrete fields

override val baseUrl: Uri
val functionId: Long