CreateEntity

interface CreateEntity<E : Any> : EntityRoute

Functions

Link copied to clipboard
open suspend fun hasCreatePermission(call: RoutingCall): Boolean
Link copied to clipboard
abstract suspend fun post(call: RoutingCall, klass: KClass<E>)