Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 576 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 576 Bytes

heliapi-clj

A Clojure library designed to connect to the Helioid Categorization API.

Installation

[heliapi "0.0.1"]

Usage

(:require [heliapi.core :as helioid])

(map #(:name %)
     (:categories (helioid/web "helioid")))
=> ("search refinement"
    "search engine"
    "results"
    "helioid choroiditis"
    "intranuclear helioid inclusions"
    "intranuclear helioid"
    "new"
    "helioid search")

License

Copyright © 2013 Peter Lubell-Doughtie and Helioid Inc.

Distributed under the BSD 3-clause License.