We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3016bc4 commit 5dc09aaCopy full SHA for 5dc09aa
lib/kmdata.rb
@@ -3,7 +3,6 @@
3
module KMData
4
ENDPOINT = "kmdata.osu.edu"
5
class << self
6
-
7
def get(path, params = {})
8
path = path_with_params("/api/#{path}.json", params)
9
response = http.request(Net::HTTP::Get.new(path))
0 commit comments