Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
The middleware wrap-json.output-coercion for clj-http has been rename…
Browse files Browse the repository at this point in the history
…d to wrap-json-response-conversion.
  • Loading branch information
maxweber committed Feb 28, 2011
1 parent 7ebdc36 commit 28b0eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clj_facebook_graph/client.clj
Expand Up @@ -30,7 +30,7 @@
(client (assoc req :url url)))
(client req)))))

(defn wrap-json-output-coercion [client]
(defn wrap-json-response-conversion [client]
"Automatically transforms the body of a response of a Facebook Graph API request from JSON to a Clojure
data structure through the use of clojure.contrib.json. It checks if the header Content-Type
is 'text/javascript' which the Facebook Graph API returns in the case of a JSON response."
Expand Down Expand Up @@ -80,7 +80,7 @@
wrap-exceptions
wrap-request-fn
wrap-facebook-access-token
wrap-json-output-coercion
wrap-json-response-conversion
wrap-facebook-url-builder
wrap-facebook-data-extractor
))
Expand Down

0 comments on commit 28b0eeb

Please sign in to comment.