You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this is actually the expected behaviour, but running shiori print -j doesn't show a value for imageURL. It only returns ID, url, title, excerpt, public, modified, hasContent, tags, hasArchive, hasEbook, create_archive, and create_ebook.
Expected behavior
Any value for the imageUrl.
To Reproduce
shiori print -j or visit api/v1/bookmarks/
Screenshots
Notes
The text was updated successfully, but these errors were encountered:
Investigation note: I checked this briefly today and the problem is that the old API filled the DTO model with all required field. We need to move this logic into the BookmarksDomain and use that from the API and the CLI.
Data
Describe the bug / actual behavior
Maybe this is actually the expected behaviour, but running
shiori print -j
doesn't show a value for imageURL. It only returns ID, url, title, excerpt, public, modified, hasContent, tags, hasArchive, hasEbook, create_archive, and create_ebook.Expected behavior
Any value for the imageUrl.
To Reproduce
shiori print -j
or visitapi/v1/bookmarks/
Screenshots
Notes
The text was updated successfully, but these errors were encountered: