Liking cljdoc? Tell your friends :D

democracyworks.smartystreets.core


clientclj

(client auth-id auth-token)
(client auth-id auth-token http-params)
(client auth-id auth-token query-params http-params)

Returns a SmartyStreets client.

  • query-params is a Keyword->String map of query string parameters to pass along with every request issued using this Client. This is useful for parameters like license that need to be supplied in GET and POST requests.
  • http-params are additional parameters to pass to the underlying HTTP library.
Returns a SmartyStreets client.

* `query-params` is a Keyword->String map of query string parameters to pass
  along with every request issued using this `Client`. This is useful for
  parameters like `license` that need to be supplied in GET and POST requests.
* `http-params` are additional parameters to pass to the underlying HTTP
  library.
sourceraw docstring

http-getclj

(http-get c url query-params)

Make an HTTP GET call to SmartyStreets.

Make an HTTP GET call to SmartyStreets.
sourceraw docstring

http-postclj

(http-post c url body)

Make an HTTP POST call to SmartyStreets.

Make an HTTP POST call to SmartyStreets.
sourceraw docstring

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

× close