Directory: expose category on /api/popular and /api/directory #5
Notifications
Due Date
No due date set.
Reference: rays/ipodderx-rs#5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add
category: Option<String>andpodcast: booltoPopularRow(src/web.rs), so the client can group and filter without a second request.podcastis true when the feed has any audio or video enclosure (enclosures.mime). It is what the Podcasts/Blogs split in #6 needs, and unlikecategory, every feed has an answer.Blocked by #4.