... gem 'rest-client' require 'rest_client' RestClient.get 'http://localhost:3000/items', {:accept => :json} RestClient.get 'http://localhost:3000/items', ...
確定! 回上一頁