Re: [apps-discuss] APPSDIR review of draft-gregorio-uritemplate-07

Peter Saint-Andre <stpeter@stpeter.im> Sat, 10 December 2011 22:28 UTC

Return-Path: <stpeter@stpeter.im>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6B49021F84FD for <apps-discuss@ietfa.amsl.com>; Sat, 10 Dec 2011 14:28:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.511
X-Spam-Level:
X-Spam-Status: No, score=-102.511 tagged_above=-999 required=5 tests=[AWL=0.088, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qioFouii3Xoe for <apps-discuss@ietfa.amsl.com>; Sat, 10 Dec 2011 14:28:36 -0800 (PST)
Received: from stpeter.im (mailhost.stpeter.im [207.210.219.225]) by ietfa.amsl.com (Postfix) with ESMTP id 0692E21F84FB for <apps-discuss@ietf.org>; Sat, 10 Dec 2011 14:28:35 -0800 (PST)
Received: from squire.local (unknown [216.17.140.216]) (Authenticated sender: stpeter) by stpeter.im (Postfix) with ESMTPSA id EF98842389; Sat, 10 Dec 2011 15:36:01 -0700 (MST)
Message-ID: <4EE3DD12.6000001@stpeter.im>
Date: Sat, 10 Dec 2011 15:28:34 -0700
From: Peter Saint-Andre <stpeter@stpeter.im>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:8.0) Gecko/20111105 Thunderbird/8.0
MIME-Version: 1.0
To: Mark Nottingham <mnot@mnot.net>
References: <89527141FD764100A4B43FEDBC6E027F@LENOVO47E041CF> <A253E377-4588-4A50-B837-8FE2E5082F15@mnot.net> <583806B95F08410DBEFE3E04E79D28A4@LENOVO47E041CF> <39251BD7-21FD-48C4-A128-B578AD39D83D@mnot.net> <4EE263C9.6060003@stpeter.im> <157FF90B-4A31-467B-BA78-05D123F73763@mnot.net>
In-Reply-To: <157FF90B-4A31-467B-BA78-05D123F73763@mnot.net>
X-Enigmail-Version: 1.3.3
OpenPGP: url=https://stpeter.im/stpeter.asc
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Cc: IETF Apps Discuss <apps-discuss@ietf.org>, draft-gregorio-uritemplate.all@tools.ietf.org
Subject: Re: [apps-discuss] APPSDIR review of draft-gregorio-uritemplate-07
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 10 Dec 2011 22:28:36 -0000

On 12/10/11 3:15 PM, Mark Nottingham wrote:
> 
> On 10/12/2011, at 6:38 AM, Peter Saint-Andre wrote:
> 
>>   URI Templates provide a mechanism for abstracting a space of resource
>>   identifiers such that the variable parts can be easily identified and
>>   described.  URI templates can have many uses, including discovery of
>>   available services, configuring resource mappings, defining computed
>>   links, specifying interfaces, and other forms of programmatic
>>   interaction with resources.  For example, the above resources could
>>   be described by the following URI templates:
> 
> Seems workable to me.

To be clear, I suggested:

   A URI Template is a compact sequence of characters for describing a
   range of Uniform Resource Identifiers through variable expansion.
   URI Templates provide a mechanism for abstracting a space of resource
   identifiers such that the variable parts can be easily identified and
   described.  URI templates can have many uses, including discovery of
   available services, configuring resource mappings, defining computed
   links, specifying interfaces, and other forms of programmatic
   interaction with resources.  For example, the above resources could
   be described by the following URI templates:

(where the first sentence is copied from the Abstract...)