Method: HTTPHelper.get

Defined in:
lib/committer-tools.rb

.get(url) ⇒ Object



9
10
11
# File 'lib/committer-tools.rb', line 9

def self.get(url)
  RestClient.get(url, { params: { access_token: @token } }).body
end