Here is my though about data fetch interface. <div><br></div><div>Suppose <a href="https://example.com/datasource/">https://example.com/datasource/</a> is the URI from which a recipient can obtain data based on the contract. </div>
<div>Suppose <a href="http://example.org/contract/1234">http://example.org/contract/1234</a> is the URI of the Contract. </div><div>Then, do </div><div><br></div><div>GET <a href="http://example.com/datasource/(http://example.org/contract/1234)">http://example.com/datasource/(http://example.org/contract/1234)</a> </div>
<div><br></div><div>to obtain the data which is encrypted by the public key contained in the contract. <br clear="all"><br>-- <br>Nat Sakimura (=nat)<br><a href="http://www.sakimura.org/en/">http://www.sakimura.org/en/</a><br>
<a href="http://twitter.com/_nat_en">http://twitter.com/_nat_en</a><br>
</div>