clj-http

    1熱度

    1回答

    使用TLS 1.2嘗試連接到https服務器(https://3dsecure.kkb.kz)。 (defn- http-request-clojure [xml req-type] (let [url-info (url-map req-type) (prepare-response (.toString (:body (client/get (s

    4熱度

    1回答

    我想從REST資源中使用clj-http版本2.2.0讀取JSON,但無論我做什麼,我都以字符串的形式得到結果。 調試時,我剝了下來我在做什麼這個請求對我的網絡服務器的靜態JSON文件上https://nym.at/test.json: {"foo":1,"bar":"baz"} 我跑在REPL下面的代碼(client綁定到命名空間CLJ-http.client): (client/get "

    1熱度

    2回答

    我在我的項目中有一個clojure端點,它基本上更新了couchdb中的一個文檔。 (^{PUT true Path "/{id}" Produces ["application/json"] Consumes ["application/json"] ApiOperation {:value "Update" :notes ""}

    0熱度

    1回答

    我的網絡客戶端(寫在cljs)連接到後端(編寫在clj)需要進行一些第三方API調用。它必須在服務器上完成,然後結果應該以特定方式進行轉換併發送回客戶端。 這裏是我的網址 (defn get-orders [req] (let [{:keys [sig uri]} (api-signature :get-orders)] (client/get uri {:as

    2熱度

    1回答

    執行POST文件上傳時 我試圖模仿這種捲曲請求 curl "https://{subdomain}.zendesk.com/api/v2/uploads.json?filename=myfile.dat&token={optional_token}" \ -v -u {email_address}:{password} \ -H "Content-Type: applicati

    0熱度

    1回答

    我想用CLJ-HTTP,所以我在project.clj創建了一個項目與這些相關雷音: (defproject app "0.1.0-SNAPSHOT" :description "FIXME: write description" :main app.core :url "http://example.com/FIXME" :license {:name "Eclipse Public L

    1熱度

    1回答

    我正在嘗試向api發出一個http請求,該請求會將某個給定的句子更改爲yoda可能會這麼說的方式。這裏是我的代碼,目前獲得包含一個錯誤「失蹤Mashape應用的關鍵。」: (ns clojure-noob.core (:gen-class) (:require [clj-http.client :as client])) (defn api-request [method

    2熱度

    2回答

    我正在試驗Clojure和Leiningen。 我成功地執行於REPL以下行: (print (:body (client/get "https://coinbase.com/api/v1/prices/spot_rate?currency=CAD" {:as :json})) 我創建了一個項目,lein new http。當我運行以下行時,lein run然後強制轉換爲JSON不起作用。它只