Liking cljdoc? Tell your friends :D
Clojure only.

vainglory.async

Asynchronous REST client built from swagger specs.

Asynchronous REST client built from swagger specs.
raw docstring

invokeclj

(invoke client request)

Invoke an asynchronous API call to a server.

Client should be produced by vainglory.core/client.

Request map is the same as vainglory.core/invoke. Returns a manifold deferred that will yield the response. The value yielded by the deferred is the same as that from vainglory.core/invoke.

Invoke an asynchronous API call to a server.

Client should be produced by [[vainglory.core/client]].

Request map is the same as [[vainglory.core/invoke]]. Returns a manifold
deferred that will yield the response. The value yielded
by the deferred is the same as that from [[vainglory.core/invoke]].
sourceraw docstring

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

× close