Liking cljdoc? Tell your friends :D

feedparser-clj.core


->categoryclj

(->category name taxonomyURI)

Positional factory function for class feedparser_clj.core.category.

Positional factory function for class feedparser_clj.core.category.
raw docstring

->contentclj

(->content type value)

Positional factory function for class feedparser_clj.core.content.

Positional factory function for class feedparser_clj.core.content.
raw docstring

->enclosureclj

(->enclosure length type uri)

Positional factory function for class feedparser_clj.core.enclosure.

Positional factory function for class feedparser_clj.core.enclosure.
raw docstring

->entryclj

(->entry authors
         categories
         contents
         contributors
         description
         enclosures
         link
         published-date
         title
         updated-date
         url)

Positional factory function for class feedparser_clj.core.entry.

Positional factory function for class feedparser_clj.core.entry.
raw docstring

->feedclj

(->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.
raw docstring

->imageclj

(->image description link title url)

Positional factory function for class feedparser_clj.core.image.

Positional factory function for class feedparser_clj.core.image.
raw docstring

(->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.
raw docstring

->personclj

(->person email name uri)

Positional factory function for class feedparser_clj.core.person.

Positional factory function for class feedparser_clj.core.person.
raw docstring

-mainclj

(-main feedsource)

Show basic information for a feed, given a URL

Show basic information for a feed, given a URL
raw docstring

make-categoryclj

(make-category c)

Create category struct from SyndCategory

Create category struct from SyndCategory
raw docstring

make-contentclj

(make-content c)

Create content struct from SyndContent

Create content struct from SyndContent
raw docstring

make-enclosureclj

(make-enclosure e)

Create enclosure struct from SyndEnclosure

Create enclosure struct from SyndEnclosure
raw docstring

make-entryclj

(make-entry e)

Create feed entry struct from SyndEntry

Create feed entry struct from SyndEntry
raw docstring

make-feedclj

(make-feed f)

Create a feed struct from a SyndFeed

Create a feed struct from a SyndFeed
raw docstring

make-imageclj

(make-image i)

Create image struct from SyndImage

Create image struct from SyndImage
raw docstring

(make-link l)

Create link struct from SyndLink

Create link struct from SyndLink
raw docstring

make-personclj

(make-person sp)

Create a person struct from SyndPerson

Create a person struct from SyndPerson
raw docstring

map->categoryclj

(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.
raw docstring

map->contentclj

(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.
raw docstring

map->enclosureclj

(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.
raw docstring

map->entryclj

(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.
raw docstring

map->feedclj

(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.
raw docstring

map->imageclj

(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.
raw docstring

(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.
raw docstring

map->personclj

(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.
raw docstring

parse-feedclj

(parse-feed feedsource)
(parse-feed feedsource content-type)

Get and parse a feed from a URL

Get and parse a feed from a URL
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close