Skip to content

helioid/heliapi-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published