Food unit of measurement converter

ÜCRETSİZ PREMIUM
Taraf Isaac Cyril | Güncelleyen il y a 2 mois | Food
Popülerlik

6.4 / 10

Gecikme

74ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

API is NOT working

Rapid account: Johnkane
johnkane
il y a 5 mois

I am using the following call via Unirest as shown below

HttpResponse<String> response = Unirest.get(“https://food-unit-of-measurement-converter.p.rapidapi.com/convert”)
.queryString(“unit”, “lbs”)
.queryString(“ingredient”, “tomato”)
.queryString(“value”, 40)
.header(“X-RapidAPI-Key”, “5R8RTSaibMSjhDbl5DyxubW5rydPJPXD”)
.header(“X-RapidAPI-Host”, “food-unit-of-measurement-
converter.p.rapidapi.com”)
.asString();

unfortunately after a while waiting I get a timeout message.

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun