(->category name taxonomyURI)
Positional factory function for class feedparser_clj.core.category.
Positional factory function for class feedparser_clj.core.category.
(->content type value)
Positional factory function for class feedparser_clj.core.content.
Positional factory function for class feedparser_clj.core.content.
(->enclosure length type uri)
Positional factory function for class feedparser_clj.core.enclosure.
Positional factory function for class feedparser_clj.core.enclosure.
(->entry authors
categories
contents
contributors
description
enclosures
link
published-date
title
updated-date
uri)
Positional factory function for class feedparser_clj.core.entry.
Positional factory function for class feedparser_clj.core.entry.
(->feed authors
categories
contributors
copyright
description
encoding
entries
feed-type
image
language
link
entry-links
published-date
title
uri)
Positional factory function for class feedparser_clj.core.feed.
Positional factory function for class feedparser_clj.core.feed.
(->image description link title url)
Positional factory function for class feedparser_clj.core.image.
Positional factory function for class feedparser_clj.core.image.
(->link href hreflang length rel title type)
Positional factory function for class feedparser_clj.core.link.
Positional factory function for class feedparser_clj.core.link.
(->person email name uri)
Positional factory function for class feedparser_clj.core.person.
Positional factory function for class feedparser_clj.core.person.
(make-category c)
Create category struct from SyndCategory
Create category struct from SyndCategory
(make-content c)
Create content struct from SyndContent
Create content struct from SyndContent
(make-enclosure e)
Create enclosure struct from SyndEnclosure
Create enclosure struct from SyndEnclosure
(make-entry e)
Create feed entry struct from SyndEntry
Create feed entry struct from SyndEntry
(make-feed f)
Create a feed struct from a SyndFeed
Create a feed struct from a SyndFeed
(make-image i)
Create image struct from SyndImage
Create image struct from SyndImage
(make-link l)
Create link struct from SyndLink
Create link struct from SyndLink
(make-person sp)
Create a person struct from SyndPerson
Create a person struct from SyndPerson
(map->category m__7585__auto__)
Factory function for class feedparser_clj.core.category, taking a map of keywords to field values.
Factory function for class feedparser_clj.core.category, taking a map of keywords to field values.
(map->content m__7585__auto__)
Factory function for class feedparser_clj.core.content, taking a map of keywords to field values.
Factory function for class feedparser_clj.core.content, taking a map of keywords to field values.
(map->enclosure m__7585__auto__)
Factory function for class feedparser_clj.core.enclosure, taking a map of keywords to field values.
Factory function for class feedparser_clj.core.enclosure, taking a map of keywords to field values.
(map->entry m__7585__auto__)
Factory function for class feedparser_clj.core.entry, taking a map of keywords to field values.
Factory function for class feedparser_clj.core.entry, taking a map of keywords to field values.
(map->feed m__7585__auto__)
Factory function for class feedparser_clj.core.feed, taking a map of keywords to field values.
Factory function for class feedparser_clj.core.feed, taking a map of keywords to field values.
(map->image m__7585__auto__)
Factory function for class feedparser_clj.core.image, taking a map of keywords to field values.
Factory function for class feedparser_clj.core.image, taking a map of keywords to field values.
(map->link m__7585__auto__)
Factory function for class feedparser_clj.core.link, taking a map of keywords to field values.
Factory function for class feedparser_clj.core.link, taking a map of keywords to field values.
(map->person m__7585__auto__)
Factory function for class feedparser_clj.core.person, taking a map of keywords to field values.
Factory function for class feedparser_clj.core.person, taking a map of keywords to field values.
(parse-feed feedsource)
(parse-feed feedsource content-type)
Get and parse a feed from a URL
Get and parse a feed from a URL
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close