/localhost/v1/users/1 http:/ /localhost/v1/users/1/posts • Filtre, sıralama ve sayfalama bilgileri query string üzerinden gönderilmelidir http:/ /localhost:/v1/users?name=Anıl http:/ /localhost:/v1/users?page=1&per_page=10 http:/ /localhost:/v1/users?page=1&per_page=10&sort=-surname http:/ /localhost/v1/users?filter={name:Anıl,surname:Atalay} 4