Liking cljdoc? Tell your friends :D

cloudship.explore

Namespace with helper functions for exploring an org.

You should not rely on the exact results of those functions as they might heuristics.

Namespace with helper functions for exploring an org.

You should not rely on the exact results of those functions as they might heuristics.
raw docstring

find-fieldclj

(find-field cloudship object field)

Returns a list of fields for the given cloudship and object that are similar (using levenshtein distance) to the given name

Returns a list of fields for the given cloudship and object that are similar (using levenshtein distance) to the given name
sourceraw docstring

find-objectclj

(find-object cloudship object)

Returns a list of sobjects for the given cloudship that are similar (using levenshtein distance) to the given name.

Returns a list of sobjects for the given cloudship that are similar (using levenshtein distance) to the given name.
sourceraw docstring

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

× close