Re: [weirds] FW: I-D Action: draft-hollenbeck-dnrd-ap-query-01.txt

"John Levine" <johnl@iecc.com> Tue, 08 May 2012 20:51 UTC

Return-Path: <johnl@iecc.com>
X-Original-To: weirds@ietfa.amsl.com
Delivered-To: weirds@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5332621F84CE for <weirds@ietfa.amsl.com>; Tue, 8 May 2012 13:51:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -110.355
X-Spam-Level:
X-Spam-Status: No, score=-110.355 tagged_above=-999 required=5 tests=[AWL=0.844, BAYES_00=-2.599, HABEAS_ACCREDITED_SOI=-4.3, RCVD_IN_BSP_TRUSTED=-4.3, 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 fQ5E58zGBrVQ for <weirds@ietfa.amsl.com>; Tue, 8 May 2012 13:51:04 -0700 (PDT)
Received: from leila.iecc.com (leila6.iecc.com [IPv6:2001:470:1f07:1126:0:4c:6569:6c61]) by ietfa.amsl.com (Postfix) with ESMTP id 5DD2D21F84D3 for <weirds@ietf.org>; Tue, 8 May 2012 13:51:03 -0700 (PDT)
Received: (qmail 18458 invoked from network); 8 May 2012 20:51:01 -0000
Received: from leila.iecc.com (64.57.183.34) by mail1.iecc.com with QMQP; 8 May 2012 20:51:01 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:vbr-info; s=4fa98734.xn--9vv.k1205; i=johnl@user.iecc.com; bh=fnmMbfyyYZg+gIIy5B3IFpVIHlzuYidMc/ZcKs57r54=; b=VXHL04K1gDPEB3ak/wYpS5FPzRsIgbwjBdS4/fKzbzgvTHVOUXyuhbYbQ3wH0UgwBqf4zNx29e7Mcyu3yg3jIpUifcXSJewZSk7qzfdUPkJQKAnXd2fEVFwO0BhRGIVDXZY6pp2bCX26EyPWDsmbJbKRJohZTkAGj6MIP4H5dYE=
VBR-Info: md=iecc.com; mc=all; mv=dwl.spamhaus.org
Date: Tue, 08 May 2012 20:50:38 -0000
Message-ID: <20120508205038.26642.qmail@joyce.lan>
From: John Levine <johnl@iecc.com>
To: weirds@ietf.org
In-Reply-To: <4FA8F60F.9090204@centralnic.com>
Organization:
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset="utf-8"
Content-transfer-encoding: 7bit
Subject: Re: [weirds] FW: I-D Action: draft-hollenbeck-dnrd-ap-query-01.txt
X-BeenThere: weirds@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "WHOIS-based Extensible Internet Registration Data Service \(WEIRDS\)" <weirds.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/weirds>, <mailto:weirds-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/weirds>
List-Post: <mailto:weirds@ietf.org>
List-Help: <mailto:weirds-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/weirds>, <mailto:weirds-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 May 2012 20:51:05 -0000

>> Would you mind clarifying reasons to have more than JSON + XML and how
>> such reasons help RESTful WHOIS future?
>
>Supporting text/plain provides a migration path in the early stages of
>deployment: clients can be updated to use the new transport protocol
>without also having to also support the new format.

As I understand it, the goal of WEIRDS is to create a spec that
computers can use to query in a reliable way for the data that is
currently served through WHOIS, and to get back responses that can
be parsed mechanically.

I'm having a great deal of trouble imagining an application where I'd
implent the restful queries, but then try and grep the answers out of
a text response rather than spending 10 minutes to call a JSON library
and get a data structure I can use directly.

R's,
John