module Totoridipjp

Constants

KoyashiIwashi
VERSION

Public Class Methods

get_iwashi() click to toggle source
# File lib/totoridipjp.rb, line 11
def get_iwashi
  url = URI.parse('http://totori.dip.jp/api/topimg/?format=json'.freeze)
  res = Net::HTTP.get_response url
  case res
  when Net::HTTPSuccess
    json = JSON.parse(res.body)
    KoyashiIwashi.new(res, json['url'.freeze])
  else
    KoyashiIwashi.new(res, nil)
  end
end
イワシがいっぱいだあ…ちょっとだけもらっていこうかな()
Alias for: get_iwashi