The Cocktail DB

FREEMIUM
От thecocktaildb | Обновлено 14 days ago | Food
Популярность

9.5 / 10

Задержка

274ms

Уровень обслуживания

100%

Health Check

N/A

Назад ко всем обсуждениям

images?

Rapid account: Romel Lopez
RomelLopez
2 years ago

does this carry images within for every drink

Rapid account: Finaut 477
finaut477 Commented 2 years ago

in random endpoint search strDrinkThumb

def perform
  answer = send_request
  return success(answer: JSON.parse(answer.body)['drinks'].first) if answer.success?

  error(errors: JSON.parse(answer.body)['errors'].first)
end

private

def success(answer:)
  @bot.api.sendPhoto(
    chat_id: @message.from.id,
    photo: answer['strDrinkThumb']
  )

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии