require 'zc_broker/api_call' module ZcBroker module Inventory def self.get_cars return ApiCall.get("api-inventory.zoomcar.com/inventory/cars") end end end