module Pushbullet module Constants API_BASE_PATH = 'https://api.pushbullet.com' API_V2_BASE_PATH = 'https://api.pushbullet.com/v2' end end