Food unit of measurement converter

免费增值
通过 Isaac Cyril | 已更新 vor einem Monat | Food
人气

6.4 / 10

延迟

74ms

服务等级

100%

Health Check

N/A

返回所有讨论

API is NOT working

Rapid account: Johnkane
johnkane
vor 5 Monaten

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.

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论