--
You received this message because you are subscribed to the Google Groups "API Craft" group.
To unsubscribe from this group and stop receiving emails from it, send an email to api-craft+...@googlegroups.com.
Visit this group at http://groups.google.com/group/api-craft.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "API Craft" group.
To unsubscribe from this group and stop receiving emails from it, send an email to api-craft+...@googlegroups.com.
Visit this group at http://groups.google.com/group/api-craft.
For more options, visit https://groups.google.com/groups/opt_out.
<uber> <data rel="self" url="http://example.org/" /> <data name="list" rel="collection" url="http://example.org/list/"> <data name="search" rel="search" url="http://example.org/search" model="{&title}" /> (...) </data>
<error> <data name="internal-error">q1w2e3</data> <data name="debug-data" url="http://example.org/debug/1" /> </error>
</uber>
{
"id" : "root",
"data" :
[
{"rel" : "self", "url" : "http://example.org/"},
(...)
],
"error" :
{
"data" :
[
{"name" : "internal-error", "value" : "q1w2e3"},
{"name" : "debug-data", "url" : "http://example.org/debug/1"}
]
}
}
{
"name" : "create",
"rel" : "http://example.org/rels/create",
"url" : "http://example.org/people/",
"model" : "g={givenName}&f={familyName}&e={email}",
"action" : "append"
},I guess it may be related to the relation semantic, but given the current informations provided by uber, what should i expect to find if I get the "rel" resource ?
<uber version="1.0"> <data id="affordances" name="Froyo Utility API" rel="collection"> <data name="APOD" rel="urn:froyo_io:query:apod:today" url="/apod" /> <data name="Random name generator" rel="urn:froyo_io:query:names" url="/apod" model="?gender={gender m/f}" /> <data name="Random password generator" rel="urn:froyo_io:query:pwd" url="/names" model="?length={numerical value}" /> </data></uber>--
You received this message because you are subscribed to the Google Groups "API Craft" group.
To unsubscribe from this group and stop receiving emails from it, send an email to api-craft+...@googlegroups.com.
Visit this group at http://groups.google.com/group/api-craft.
For more options, visit https://groups.google.com/d/optout.
<uber version="1.0"> <data id="affordances" name="Froyo Utility API" rel="collection"> <data name="APOD" rel="urn:froyo_io:query:apod:today" url="/apod" /> <data name="Random name generator" rel="urn:froyo_io:query:names" url="/names" model="?gender={gender m/f}" /> <data name="Random password generator" rel="urn:froyo_io:query:pwd" url="/pwd" model="?length={numerical value}" /> </data></uber>
<uber version="1.0">
<data rel="urn:froyo:apod:val"
name="NASA APOD Photo"
transclude="true"
value="http://apod.nasa.gov/apod/image/1403/FuscoSeaIsleCityVenusMilkyWayRise900.jpg" />
<data name="Home" rel="home" url="/" />
</uber>
Hi Mike,