create

suspend fun <T : SolidResource> create(webId: String, resource: T): T

Creates a new resource on the pod at the URI specified by resource for webId.

Throws

on failure.