-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API: resource getter functions now return hash tables.
The `citar-get-files`, `citar-get-links`, and `citar-get-notes` functions now return hash tables mapping each key to a list of associated resources. They used to just return lists of resources for all the given keys, but that interface doesn't allow callers to determine which key corresponds to each resource. The `:items` function in the notes source API has also been modified, and must now return a hash table instead of a list of notes.
- Loading branch information
1 parent
c5ed78e
commit 88f7d95
Showing
2 changed files
with
178 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.