On Tue, Sep 13, 2011 at 4:30 AM, Alaric Snell-Pym
<ala...@snell-pym.org.uk> wrote:
> by context, but it might be worth including JSON and human-HTML versions
> of each URL, like so:
>
> {
>   ...stufff about a commit...
>   "parents" : {
>      "<hash of parent commit>" : { "json" : "http://......json";, "html"
> : "http://...html"; },
>      "<hash of parent commit>" : { "json" : "http://......json";, "html"
> : "http://...html"; }
>   }
> }

If the difference between a JSON and an HTML URL is just the .json (or
.../json/...), then a single URL should be sufficient.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to