: The number of people writing update plugins will be small compared to : the number of users using the external HTTP API (the URL + query : parameters, and the relationship URL-wise between different update : formats). My main concern is making *that* as nice and utilitarian as : possible, and any plugin stuff is implementation and a secondary : concern IMO.
Agreed, but my point was that we should try to design the internal APIs indepently from the URL structure ... if we have a set of APIs, it's easy to come up with a URL structure that will map well (we could theoretically have several URL structures using different servlets) but if we worry too much about what hte URL should look like, we may hamstring the model design. -Hoss