API Design Questions (4)

Roman Pszonka roman at pszonka.org
Wed Sep 30 10:42:11 UTC 2009


On Tue, Sep 29, 2009 at 12:56, Gervase Markham <gerv at mozilla.org> wrote:
> * Various REST evangelists say that APIs are only properly restful if all
> links between objects use their API URLs. That would suggest that we want
> e.g.:
>
> {
>  blocks: [ "http://bzapi.example.com/bug/23",
>            "http://bzapi.example.com/bug/76" ]
> }

That would allow linking between different databases, right? If you
later decide to support this by bugzilla, there won't be a need to
change API.

-- 
Roman Pszonka



More information about the developers mailing list