Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. fetch(
  2.     `https://suggestions.dadata.ru/suggestions/api/4_1/rs/suggest/party`, {
  3.         method: 'POST',
  4.         headers: {
  5.             'Content-Type': 'application/json',
  6.             "Accept": "application/json",
  7.             "Authorization": "Token f7c3edc55d72a204ff8ef1e0e7ae724da21ee566",
  8.             "body": JSON.stringify({
  9.                 query: search
  10.             })
  11.         }
  12.     })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement