9 10 11
# File 'lib/committer-tools.rb', line 9 def self.get(url) RestClient.get(url, { params: { access_token: @token } }).body end