Liking cljdoc? Tell your friends :D

clj-heroku-api.core


api-actionclj

(api-action client resource command resource-parameters)
(api-action client resource command resource-parameters properties)

Inputs: ([client resource command resource-parameters] [client :- schemas/Client resource :- (s/either s/Str s/Keyword) command :- (s/either s/Str s/Keyword) resource-parameters :- [s/Str] properties :- #:s{Str s/Any}]) Returns: schemas/ApiResponse

Performs a Heroku API action and returns the result.

Inputs: ([client resource command resource-parameters] [client :- schemas/Client resource :- (s/either s/Str s/Keyword) command :- (s/either s/Str s/Keyword) resource-parameters :- [s/Str] properties :- #:s{Str s/Any}])
Returns: schemas/ApiResponse

Performs a Heroku API action and returns the result.
sourceraw docstring

create-clientclj

(create-client auth-token)

Inputs: [auth-token :- s/Str] Returns: schemas/Client

Returns a map of API client data used to make further requests.

Inputs: [auth-token :- s/Str]
Returns: schemas/Client

Returns a map of API client data used to make further requests.
sourceraw docstring

heroku-api-addressclj

Domain name of Heroku API server. All API requests target this server using HTTPS. See Heroku documentation for further details: https://devcenter.heroku.com/articles/platform-api-reference#clients.

Domain name of Heroku API server. All API requests target this server
using HTTPS. See Heroku documentation for further details:
https://devcenter.heroku.com/articles/platform-api-reference#clients.
sourceraw docstring

query-api-schemaclj

(query-api-schema client)

Inputs: [client :- schemas/SparseClient] Returns: schemas/HerokuApiSchema

Queries the Heroku API for API schema data and returns a map of response data.

Inputs: [client :- schemas/SparseClient]
Returns: schemas/HerokuApiSchema

Queries the Heroku API for API schema data and returns a map of
response data.
sourceraw docstring

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

× close