bobir01 / lab-agile-project

1 stars 0 forks source link

Rest API query parameter #1

Open bobir01 opened 1 year ago

bobir01 commented 1 year ago

As a backend developer I need sorted array of users json So that i can save time of sorting that in client side

Details and Assumptions

bobir01 commented 1 year ago

hello : here is the example how you can implement wthis :

  "id": 1,
  "first_name": "Julianna",
  "last_name": "Mac Giany",
  "email": "jmacgiany0@samsung.com",
  "ip_address": "89.204.123.34",
  "gender": "Agender"
}, {
  "id": 2,
  "first_name": "Winthrop",
  "last_name": "Piscopo",
  "email": "wpiscopo1@mayoclinic.com",
  "ip_address": "175.1.115.127",
  "gender": "Male"
}, {
  "id": 3,
  "first_name": "Inigo",
  "last_name": "Najafian",
  "email": "inajafian2@liveinternet.ru",
  "ip_address": "55.198.184.205",
  "gender": "Male"
}, {
  "id": 4,
  "first_name": "Emmet",
  "last_name": "Charles",
  "email": "echarles3@biblegateway.com",
  "ip_address": "142.51.45.111",
  "gender": "Male"
}, {
  "id": 5,
  "first_name": "Jo",
  "last_name": "McNeigh",
  "email": "jmcneigh4@epa.gov",
  "ip_address": "148.239.223.46",
  "gender": "Female"
}]