The Cocktail DB

FREEMIUM
Door thecocktaildb | Bijgewerkt 15 days ago | Food
Populariteit

9.5 / 10

Latency

273ms

Serviceniveau

100%

Health Check

N/A

Terug naar alle discussies

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

Doe mee aan de discussie - voeg hieronder een opmerking toe

Log in / Schrij u in om nieuwe opmerkingen te plaatsen