Liking cljdoc? Tell your friends :D

gapi.core


anon-imclj

(anon-im method_name & args)

Call to a service without authentication

Call to a service without authentication
sourceraw docstring

api-nsclj

(api-ns api_url)
(api-ns auth api_url)

Create a namespace for the API calls. TODO: details

Create a namespace for the API calls. TODO: details
sourceraw docstring

buildclj

(build api_url)

Given a discovery document URL, construct an map of names to functions that will make the various calls against the resources. Each call accepts a gapi.auth state map, and list of argument values, an in some cases a JSON encoded body to send (for write calls)

Given a discovery document URL, construct an map of names to functions that
will make the various calls against the resources. Each call accepts a gapi.auth
state map, and list of argument values, an in some cases a JSON encoded body to send
(for write calls)
sourceraw docstring

build-resourceclj

(build-resource base r)
source

callclj

(call auth service method & args)

Call a service function

Call a service function
sourceraw docstring

get-docclj

(get-doc service method)

Retrieve a docstring for the service call

Retrieve a docstring for the service call
sourceraw docstring

get-scopesclj

(get-scopes service method)

Retrieve a vector of scopes for the service

Retrieve a vector of scopes for the service
sourceraw docstring

imclj

(im auth method_name & args)

Call a service, constructing if necessary

Call a service, constructing if necessary
sourceraw docstring

list-apisclj

(list-apis)

Directly eturn a list of APIs available to built, and endpoint discovery document URLs.

Directly eturn a list of APIs available to built, and endpoint discovery document URLs.
sourceraw docstring

list-methodsclj

(list-methods service)

List the available methods in a service

List the available methods in a service
sourceraw docstring

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

× close