(company-url company)
Returns the URL for company
in Wikipedia.
Returns the URL for `company` in Wikipedia.
(company-url-duck-duck-go company)
Find the Wikipedia url of company
using the Duck Duck Go API.
Find the Wikipedia url of `company` using the Duck Duck Go API.
(company-url-wikipedia company)
Find the Wikipedia url of company
using the Wikipedia API.
Find the Wikipedia url of `company` using the Wikipedia API.
(find-company company)
Returns the wikipedia data about company
.
Returns the wikipedia data about `company`.
(page-ids-by-title db)
(select-title document)
Select the Wikipedia page title from document
.
Select the Wikipedia page title from `document`.
(update-page-title db page)
Update the Wikipedia page title of page
.
Update the Wikipedia page title of `page`.
(update-wikipedia-urls db)
Update the wikipedia urls of all companies.
Update the wikipedia urls of all companies.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close