(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.
(http-get c url query-params)
Make an HTTP GET call to SmartyStreets.
Make an HTTP GET call to SmartyStreets.
(http-post c url body)
Make an HTTP POST call to SmartyStreets.
Make an HTTP POST call to SmartyStreets.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close