The Cocktail DB

FREEMIUM
Par thecocktaildb | Mise à jour 8 days ago | Food
Popularité

9.5 / 10

Latence

269ms

Niveau de service

100%

Health Check

N/A

Retour à toutes les discussions

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']
  )

Participez à la discussion - ajoutez un commentaire ci-dessous:

Connectez-vous / Inscrivez-vous pour publier de nouveaux commentaires