<div dir="ltr"><div><div>Since a GET will put parameters into the URL, you can just re-use the URL and change the page parameter.<br></div>/?name=test&city=montreal&page=1 <- to change pages<br></div><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 16, 2014 at 4:55 PM, John Stoffel <span dir="ltr"><<a href="mailto:john@stoffel.org" target="_blank">john@stoffel.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Jacques> No. It's just more RESTful. I mainly build API with Dancer,<br>
Jacques> so I tend to follow a RESTful design.<br>
<br>
I'm familiar with RESTful ideas, just haven't made it work for me yet,<br>
but I'm not a programmer by trade and this is my side hobby at<br>
points.  So I really do appreciate all your help here.<br>
<br>
Jacques> GET is used to list/query a collection and also retreive an object<br>
Jacques> POST is used to create an object into a collection.<br>
Jacques> PUT to update an object<br>
Jacques> DELETE to delete an object<br>
<br>
Yup, makes sense.<br>
<br>
Jacques> Since you are quering a collection, I'd suggest using GET.<br>
<br>
Ok, so how would you save the query parameters so that each time you<br>
page through the results, they get submitted cleanly?  I'm looking at<br>
various simple pagination libs now to take the next step here.  And<br>
looking at the 'bootstrap' framework to make it look pretty.<br>
<br>
I've got bigger problems down the line, since I will need to replace a<br>
big date library and calendar generation library written in PHP if I<br>
want to move forward for one existing DB I offer searches for.  But<br>
that's not hear nor there.  Let me get the basics working better<br>
first.<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
</div></div></blockquote></div><br></div>