Liking cljdoc? Tell your friends :D
Clojure only.

gstorage.core


new-clientclj

(new-client type credentials)

Creates a new client based on a given type, using credentials provided. Type may be :local or :cloud. Credentials may be a File, String, Reader, or Path, and will be loaded automatically as needed. Obtained tokens based on the provided credentials will be acquired automatically whenever needed.

Creates a new client based on a given `type`, using `credentials` provided.
Type may be `:local` or `:cloud`. Credentials may be a File, String, Reader,
or Path, and will be loaded automatically as needed. Obtained tokens based
on the provided credentials will be acquired automatically whenever needed.
raw docstring

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

× close