# File lib/rhc/rest/client.rb, line 87
      def teams(opts={})
        debug "Getting teams you are a member of"
        if link = api.link_href(:LIST_TEAMS)
          @teams ||= api.rest_method("LIST_TEAMS", opts)
        else
          raise RHC::TeamsNotSupportedException
        end
      end