Realty Mole Property

ÜCRETSİZ PREMIUM
Taraf Realty Mole | Güncelleyen 8 days ago | Business
Popülerlik

9.8 / 10

Gecikme

865ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

Unirest with Find Product by UPC

Rapid account: Water KH
WaterKH
7 years ago

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 years ago

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 years ago

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 years ago

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

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

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