I fixed the typo in section 10.
Thanks,
ScottK
On Sep 29, 12:11 pm, Ropu <
rovagn...@gmail.com> wrote:
> My idea there is just for consistency between sections 5 and 10, an to avoid
> misunderstandings.
>
> No need to change the spec, only put the same template in both examples. (or
> explain that are the *same*)
>
> ropu
>
>
>
> On Mon, Sep 29, 2008 at 4:03 PM, Scott Seely <
SSe...@myspace.com> wrote:
> > The presence of 'outbox' in the XRDS should neither help nor hinder an
> > implementation that reads XRDS. The important part in the URL Template is
> > the parts in the curly braces {}. The following templates should be equally
> > actionable by an implementation that relies on XRDS + URI Templates:
>
> > <os:URI-Template>
http://api.example.org/messages/{guid}/{msgid}<
http://api.example.org/messages/%7Bguid%7D/%7Bmsgid%7D>
> > </os:URI-Template>
>
> > <os:URI-Template>
http://api.google.com/messages/{guid}/outbox/{msgid} <
http://api.google.com/messages/%7Bguid%7D/outbox/%7Bmsgid%7D></os:URI-Template>
>
> > <os:URI-Template>
http://api.myspace.com/messages?guid={guid}&msgid={msgid} <
http://api.myspace.com/messages?guid=%7Bguid%7D&msgid=%7Bmsgid%7D></os:URI-Template>
>
> > All three express the same information: they tell the client where it can
> > put the {msgid} and {guid} parameters.
>
> > As a result, there is no change needed for the spec.
>
> > *From:*
opensocial-an...@googlegroups.com [mailto:
> >
opensocial-an...@googlegroups.com] *On Behalf Of *Ropu
> > *Sent:* Monday, September 29, 2008 10:42 AM
> > *To:*
opensocial-an...@googlegroups.com
> > *Cc:*
rodrigo.galla...@gmail.com
> > *Subject:* [opensocial-and-gadgets-spec] Re: OpenSocial v0.8.1 is
> >
http://mail-archives.apache.org/mod_mbox/incubator-shindig-dev/200809...
>
> > Feedback is welcome
>
> > bruno
>
> > On Mon, Sep 29, 2008 at 1:42 PM, Ropu <
rovagn...@gmail.com> wrote:
>
> > Hi Guys
>
> > im working on some improvements in the REST Messaging impl.
>
> > And having a fast look, the way services are defined in the doc have some
> > inconsistencies.
>
> > In section 5, discovery
>
> > we have this
> > <Service>
> > <Type>
http://ns.opensocial.org//2008/opensocial/messages<
http://ns.opensocial.org/2008/opensocial/messages>
> > </Type>
> > <os:URI-Template>
> >
http://api.example.org/messages/{guid}/{selector}<
http://api.example.org/messages/%7Bguid%7D/%7Bselector%7D>
> > </os:URI-Template>
> > </Service>
> > and should be
> > <Service>
> > <Type>
http://ns.opensocial.org//2008/opensocial/messages<
http://ns.opensocial.org/2008/opensocial/messages>
> > </Type>
> > <os:URI-Template>
http://api.example.org/messages/{guid}/<
http://api.example.org/messages/%7Bguid%7D/>
> > *outbox/*{selector}</os:URI-Template>
> > <os:URI-Template>
http://api.example.org/messages/{guid}/outbox/{msgid}<
http://api.example.org/messages/%7Bguid%7D/outbox/%7Bmsgid%7D>
> > <os:URI-Template>
http://api.example.org/messages/{guid}/outbox/{msgid}<
http://api.example.org/messages/%7Bguid%7D/outbox/%7Bmsgid%7D>
> > </*os:*URI-Template>
> > </Service>
>
> > i'll try to have the proposal for adding recipients for early this week
>
> > thanks
>
> > ropu
>
> > On Sun, Sep 28, 2008 at 8:01 AM, Chris Chabot <
chab...@google.com> wrote:
>
> > Nice one scott! Great to see it out there!
>
> > On Sat, Sep 27, 2008 at 9:58 PM, Dan Peterson <
dpeter...@google.com>
> > wrote:
>
> > Woot!
>
> > Glad we've been able to get through 0.8.1 :)
>
> > -Dan
>
> > On Sat, Sep 27, 2008 at 10:37 AM, scottk <
sco...@google.com> wrote:
>
> > OpenSocial v0.8.1 is now official and is available on
> >
http://opensocial.org
> > . There's a new (optional) JSON RPC spec, a bunch of updates to the
> > RESTful spec, and more. See the Release Notes for details.
>
> > Thanks to everyone who participated in this update.
>
> > Release notes:
>
> >
http://www.opensocial.org/Technical-Resources/opensocial-release-note...
> >
http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/re...
>
> > RPC spec:
>
> >
http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/rp...