Realty Mole Property

부분 유료
Verified
분류별 Realty Mole | 업데이트됨 לפני 13 ימים | Business
인기

9.8 / 10

지연 시간

874ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

Unirest with Find Product by UPC

Rapid account: Water KH
WaterKH
לפני 7 שנים

I’ve been working on this since I received the notification that the UPC lookup was ready. I’ve been trying to use Unirest to create the get request, but it’s not allowing me to parse the Json into a class. Can you maybe post the types associated with the Json? I have my class that I can post below. Thank you.

public class FindByUPC
{
public long id { get; set; }
public string title { get; set; }
public double? price { get; set; }
public int? likes { get; set; }
public List<string> badges { get; set; }
public List<string> important_badges { get; set; }
public string nutrition_widget { get; set; }
public string serving_size { get; set; }
public int number_of_servings { get; set; }
public int spoonacular_score { get; set; }
public List<string> breadcrumbs { get; set; }
public string generated_text { get; set; }
public double? ingredientCount { get; set; }
public List<string> images { get; set; }
}

Rapid account: Spoonacular
spoonacular Commented לפני 7 שנים

I personally don’t use unirest so I can’t say much about what happens there. Maybe try making all optional (with “?”). What the API returns you can see here when you test the endpoint: https://market.mashape.com/spoonacular/recipe-food-nutrition#find-products-by-upc

Rapid account: Water KH
WaterKH Commented לפני 7 שנים

I’m not entirely sure how to check this, my apologies. I do know the .asJson<FindByUPC>() code is the part that gives the error System.AggregrateException. Probably not a helpful error I assume though.

Rapid account: Spoonacular
spoonacular Commented לפני 7 שנים

Which field throws an error for you? I cannot see an error in your class at a first glance.

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입