codecasts / spa-starter-kit

A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js
MIT License
913 stars 134 forks source link

Query parameters #73

Closed flyingluscas closed 7 years ago

flyingluscas commented 7 years ago

Hey guys, do you think it would be nice to have query parameters when requesting data from the API?

Example /api/categories?limit=10&sort=name&order=desc

vinicius73 commented 7 years ago

I like

cristiano-pacheco commented 7 years ago

Made in #75.