Liking cljdoc? Tell your friends :D

clj-stripe.util


delete-requestclj

(delete-request token url)

Issues a DELETE request to the specified url, using the provided authentication token and parameters.

Issues a DELETE request to the specified url, using the provided authentication token and parameters.
sourceraw docstring

get-requestclj

(get-request token url)

Issues a GET request to the specified url, using the provided authentication token and parameters.

Issues a GET request to the specified url, using the provided authentication token and parameters.
sourceraw docstring

keys-2-stringsclj

(keys-2-strings km)

Converts all the keys of a map from keywords to strings.

Converts all the keys of a map from keywords to strings.
sourceraw docstring

merge-mapsclj

(merge-maps & maps)

Merges several maps into one, removing any key with nil value.

Merges several maps into one, removing any key with nil value.
sourceraw docstring

post-requestclj

(post-request token url params)

POSTs a to a url using the provided authentication token and parameters.

POSTs a to a url using the provided authentication token and parameters.
sourceraw docstring

url-with-optional-paramsclj

(url-with-optional-params url m [& param-names])

If parameters are provided, creates a parametrized URL as originalurl?param1name=param1value&param2name=param2value&...

If parameters are provided, creates a parametrized URL as 
originalurl?param1name=param1value&param2name=param2value&...
sourceraw docstring

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

× close