Get a random Trump Quote. require 'httparty' require 'json' req = HTTParty.get('https://api.whatdoestrumpthink.com/api/v1/quotes/random') JSON.parse(req)
確定! 回上一頁