<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yep will update.<div><br><div><div>On Jan 15, 2013, at 2:59 PM, Lucas Holmquist &lt;<a href="mailto:lholmqui@redhat.com">lholmqui@redhat.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>For Read all Records</div><div><pre style="font-size: 13px; line-height: 19px; font-family: Consolas, 'Liberation Mono', Courier, monospace; word-wrap: break-word; margin-top: 15px; margin-bottom: 15px; background-color: rgb(248, 248, 248); border: 1px solid rgb(204, 204, 204); overflow: auto; padding: 6px 10px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; "><span class="nx">cars</span><span class="p">.</span><span class="nx">updatePageConfig</span><span class="p">({</span>
    <span class="nx">paged</span><span class="o" style="font-weight: bold;">:</span> <span class="kc" style="font-weight: bold;">false</span>
<span class="p">});</span>

<span class="nx">cars</span><span class="p">.</span><span class="nx">read</span><span class="p">({</span>
    <span class="nx">success</span><span class="o" style="font-weight: bold;">:</span> <span class="kd" style="font-weight: bold;">function</span><span class="p">(</span> <span class="nx">data</span> <span class="p">)</span> <span class="p">{</span>
        <span class="c1" style="color: rgb(153, 153, 136); font-style: italic;">// do something</span>
    <span class="p">},</span>
    <span class="nx">error</span><span class="o" style="font-weight: bold;">:</span> <span class="kd" style="font-weight: bold;">function</span><span class="p">()</span> <span class="p">{</span>
        <span class="c1" style="color: rgb(153, 153, 136); font-style: italic;">// handle it</span>
    <span class="p">}</span>
<span class="p">});</span></pre><div>I think we also want the ability to get all the records with a flag in the read method, without changing the pipe.</div></div><div><br></div><div>I think that may have been in your original proposal.</div><div><br></div><div><br></div><div><br></div><div><br></div><br><div><div>On Jan 15, 2013, at 3:50 PM, Kris Borchers &lt;<a href="mailto:kris@redhat.com">kris@redhat.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 15, 2013, at 1:51 PM, Douglas Campos &lt;<a href="mailto:qmx@qmx.me">qmx@qmx.me</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">As we wrap the day one of API design discussions, what about summarize the API proposals with usage?<br><br>JS/iOS/Android:<br><br>1) usage example, covering some mentioned usecases like changing the paging "midflight" - something really straight to the point (no fluff, just stuff)<br></blockquote><div><br></div>OK, hopefully this can get us going on #1&nbsp;<a href="https://gist.github.com/4541788">https://gist.github.com/4541788</a><br><blockquote type="cite"><br>2) API definition<br><br>I think this will give the orthogonal view we need to come to a decision.<br><br>kris: What about you providing a snippet of the API you hate too? just for comparison sake :P<br><br>-- qmx<br>_______________________________________________<br>aerogear-dev mailing list<br><a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br></blockquote></div><br></div>_______________________________________________<br>aerogear-dev mailing list<br><a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br></blockquote></div><br></div>_______________________________________________<br>aerogear-dev mailing list<br><a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/aerogear-dev<br></blockquote></div><br></div></body></html>