This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
Include archive type
and link
info in entries of experimental.library.list
#7
Labels
enhancement
New feature or request
Right now in order to display archives that have certain type associated I need to do three round-trips:
experimental.library.list({ isOwner:true })
DatArchive.load(url)
archive.getInfo()
I'd love if info from the
getInfo()
was included in the entries of the listing, it might be even better if listopts
would take.type
similar toselectArchive
.The text was updated successfully, but these errors were encountered: