Smarty US Zip Code API
Smarty US Zip Code API https://smarty.com/docs/cloud/us-zipcode-api
(fetch-many _ requests)Retrieve a collection of US zipcode results from the API.
Retrieve a collection of US zipcode results from the API.
(fetch-one _ request)Retrieve a single US zipcode result from the API.
Retrieve a single US zipcode result from the API.
(http-fetch-many client requests)Uses client to send a collection of US zipcode requests to the Smarty
API.
requests should be a sequence of HTTP input requests, described here:
https://smarty.com/docs/cloud/us-zipcode-api#http-request-input-fields
Returns a vector of response maps at indexes corresponding to their position
in requests.
Uses `client` to send a collection of US zipcode `requests` to the Smarty API. `requests` should be a sequence of HTTP input requests, described here: https://smarty.com/docs/cloud/us-zipcode-api#http-request-input-fields Returns a vector of response maps at indexes corresponding to their position in `requests`.
(http-fetch-one client request)Uses client to send a single zipcode request to the Smarty API.
request should be an HTTP input request, described here:
https://smarty.com/docs/cloud/us-zipcode-api#http-request-input-fields
Returns the response map API endpoint.
Uses `client` to send a single zipcode `request` to the Smarty API. `request` should be an HTTP input request, described here: https://smarty.com/docs/cloud/us-zipcode-api#http-request-input-fields Returns the response map API endpoint.
(parse-response s)Transform a sequence s of maps containing :input_index into a vector with
entries at offsets corresponding to :input_index. The original maps will
have their :input_index key removed.
Transform a sequence `s` of maps containing `:input_index` into a vector with entries at offsets corresponding to `:input_index`. The original maps will have their `:input_index` key removed.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |