# File lib/relax/service.rb, line 58
    def initialize(endpoint)
      @endpoint = URI::parse(endpoint)
    end