YelpAPI

БЕЗКОШТОВНО
(Ким) Serg Osipchuk | Оновлено vor 8 Tagen | Food
Популярність

0.3 / 10

Затримки

127,258ms

Рівень обслуговування

0%

Health Check

N/A

Повернутися до всіх обговорень

Having trouble getting a response when calling YelpAPI

Rapid account: Derickhenry 618
derickhenry618
vor 6 Jahren

I am trying to use the 'RapidApi.Call… function in .Net C#. It seems to work when I use Test function in the functions section after I provide the api key and the necessary parameters. The response is 200. However, when I copy the clipboard on to the code on my end in visual studio, it gets to the line where it makes the call and doesn’t get any further than that.

The line looks like this:
Dictionary<string, object> response = RapidApi.Call(“YelpAPI”, “getBusinesses”, body.ToArray()).Result;

I have even broken it up so that I could see which part was failing (something like this):
var call = RapidApi.Call(“YelpAPI”, “getBusinesses”, body.ToArray());
Dictionary<string, object> response = call.Result;

And that is the furthest i’ve gotten. When in debug mode i peek at the call variable’s values and status is always: “Waiting For activation…”.

What am I doing wrong? Does it seem like I am missing something?

Rapid account: Ivallejos Olaza
ivallejos.olaza Commented vor 5 Jahren

There is an error i guess

Приєднуйтесь до обговорення — додайте повідомлення нижче:

Вхід / Реєстрація, щоб публікувати нові повідомлення