class Recras::Api

this module handles the communication with the recras API it has no instance methods, only class methods.

Public Class Methods

make_request(endpoint) click to toggle source
# File lib/recras/api.rb, line 5
def self.make_request(endpoint)
  
end