Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Некорректный body запроса #20

Open
Kosmostars7403 opened this issue Aug 31, 2020 · 3 comments
Open

Некорректный body запроса #20

Kosmostars7403 opened this issue Aug 31, 2020 · 3 comments

Comments

@Kosmostars7403
Copy link

Спасибо за работу!
Ваш body запроса:

    const body = Object.assign(
      {},
      {query: value},
      {count: config?.limit},
      {location: config?.locations},
      {location_bust: config?.locationsBoost},
      {from_bound: config?.bounds?.fromBound},
      {to_bound: config?.bounds?.toBound}
    );
    return this.http.post<DadataResponse>('https://suggestions.dadata.ru/suggestions/api/4_1/rs/suggest/' + type, body, httpOptions);
  }

в нем нужно поменять:
location на locations,
location_bust на location_boost.
тогда все работает корректно,
плюс добавьте, пожалуйста, в body и config еще необязательное поле:
restrict_value типа boolean.
это поле определяет, показывается ли только определенная часть адреса.

@zhikaweb
Copy link

Аналогичная проблема.

@kolkov
Copy link
Owner

kolkov commented Nov 12, 2020

Приветствую! Слишком большой завал, если кто может сделать хороший PR, будет очень круто.

@Aleks-JS
Copy link

Я так понимаю, что PR есть, но так всё и стоит на месте...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants