class Restforce::Client
def api_path(path)
api_path('sobjects')
Examples
Internal: Returns a path to an api endpoint
def api_path(path) "/services/data/v#{@options[:api_version]}/#{path}" end
def api_path(path) "/services/data/v#{@options[:api_version]}/#{path}" end