Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

kintone.connection

Connection object has connection information to call kintone API

Connection object has connection information to call kintone API
raw docstring

Connectioncljs

source

new-connectionclj/s

(new-connection {:keys [auth domain guest-space-id connection-timeout
                        socket-timeout timeout headers]})

Make a new connection object.

:auth - kintone.authentication/Auth object required

:domain - kintone domain name string required(Clojure), optional(ClojureScript) e.g. sample.kintone.com or sample.cybozu.com, etc..

:guest-space-id - kintone guest space id integer, optional

See: https://github.com/dakrone/clj-http or https://github.com/JulianBirch/cljs-ajax

:connection-timeout - The time to wait for establishing the connection with the remote host. integer, milliseconds, Only for Clojure optional, default 10s

:socket-timeout - The time to wait for getting data after the connection established. integer, milliseconds, Only for Clojure optional, default 30s

:timeout - The ajax call's timeout. integer, milliseconds optional, default 30s, Only for ClojureScript

:headers - map, optional

Make a new connection object.

:auth - kintone.authentication/Auth object
        required

:domain - kintone domain name string
          required(Clojure), optional(ClojureScript)
          e.g. sample.kintone.com or sample.cybozu.com, etc..

:guest-space-id - kintone guest space id
                  integer, optional

See: https://github.com/dakrone/clj-http or https://github.com/JulianBirch/cljs-ajax

:connection-timeout - The time to wait for establishing
                      the connection with the remote host.
                      integer, milliseconds, Only for Clojure
                      optional, default 10s

:socket-timeout - The time to wait for getting data
                  after the connection established.
                  integer, milliseconds, Only for Clojure
                  optional, default 30s

:timeout - The ajax call's timeout.
           integer, milliseconds
           optional, default 30s, Only for ClojureScript

:headers - map, optional
sourceraw docstring

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

× close