kpmg-agile / ca-pqvp

KPMG submission for CA PQVP
https://www.calproc.website
7 stars 3 forks source link

GET query overhaul #169

Closed robertlevy closed 7 years ago

robertlevy commented 7 years ago

overhaul to the getQuery helper function. it now takes these parameters:

updated GET /users, GET /products, GET /products/:productId, GET /products/popular, and GET /images/:imageId based on this. these are the services the UI is most dependent on right now.

commented out all other services so that the mocks will be triggered until we can get them updated. will need to set up a similar pattern for post/put/delete requests.

npearce-kpmg commented 7 years ago

I wasn't sure if you intended to merge this before @bhaveshmjain had had a chance to review but it's helpful to me to pull these changes in (via master of course)