mashape

    0熱度

    1回答

    我正在嘗試使用Mashape的API。 當我測試的端點(JSON響應),一切運作良好, 但他們給Objective-C的應用就緒的代碼示例不工作,我得到以下錯誤: 這是我的代碼: - (IBAction)loadJson:(id)sender { NSDictionary* headers = [NSDictionary dictionaryWithObjectsAndKeys:@"x

    2熱度

    2回答

    我正在通過Mashape.com使用一種名爲Lamda(https://www.mashape.com/lambda)的API來使用人臉識別API。 當我從識別請求中得到結果時,它給了我一個「MashapeRespose」對象。 我無法將此MashapeResponse或其任何部分轉換爲JSON對象。 當我打電話 NSLog(@"des=%@", [response body]); 我得到這個

    0熱度

    2回答

    我正在使用Mashape的Unirest library(unirest-java-1.2.6.jar)構建應用程序。 我在運行時收到NoClassDefFoundError。我試過CommonsWare的方法。但它沒有奏效。這是Java Build Path的屏幕截圖。這個截圖有什麼錯誤?

    1熱度

    1回答

    我真的想在Heroku的應用程序中使用Mashape python模塊。 https://github.com/Mashape/mashape-python-client-library 但是我試過pip install mashape但我不能這樣安裝,所以我不能把它放在我的pip requirements.txt中,以便在部署我的應用程序時安裝Heroku。 是否有其他解決方法?一般來說,Her

    0熱度

    1回答

    不正確的回調URL我試圖使用oAuth 1.0a與谷歌檢索的東西(我不能使用2.0這個用例)。 我在授權步驟中很掙扎,因爲Google沒有正確地重定向我的網址,我想知道我做錯了什麼。我正在使用mashape-oauth節點模塊(github.com/Mashape/mashape-oauth)來處理oauth的東西(簽名等)。 這裏是我的代碼:https://github.com/jsilvest

    1熱度

    1回答

    我在網上發現了一些使用Mashape API獲取QR碼的優秀代碼。 Here。 他們的代碼的偉大工程,但如果我嘗試將其更改爲使用其他Mashape,我得到一個 "An exceptions occured during the operation, making the result invalid" 錯誤。還有一些關於檢查內部異常的內容。 下面的代碼顯示了來自鏈接的QR碼,我試圖使用Weathe