solid-contrib / data-modules

Solid Data Modules
6 stars 1 forks source link

Add new address books to private type index by default #106

Closed angelo-v closed 4 months ago

angelo-v commented 5 months ago

It turned out to be confusing for developers, that newly created address books are not retrieved by listAddressBooks.

New address books should by default be added to the private type index. Therefore a owner WebID has to be passed. It should be optional, so that the current interface of createAddressBook does not break and is kept as simple as possible.