Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 476 Bytes

api.adoc

File metadata and controls

11 lines (7 loc) · 476 Bytes

API

Tick provides a single namespace—tick.api—containing the functions that make up the library’s API.

When you are using tick in programs, it is a recommended idiom that you require tick's api under the t alias as follows:

(require '[tick.alpha.api :as t])
Caution
Try to restrict your use of tick to the tick.api namespace. Functions in other namespaces, which may not be marked private, are not part of the official API and could change.