create
suspend fun create(webId: String, title: String, isPrivate: Boolean = true, storage: String? = null, container: String? = null): AddressBook?
Creates an address book titled title.
Parameters
isPrivate
When true (default) it is registered in the private type index; when false, in the public one.
storage
Optional pod storage (root) URL; when null the default is used.
container
Optional container URI to create the address book in.