async-postgres icon indicating copy to clipboard operation
async-postgres copied to clipboard

RestClient apiCall function should have response.code in response

Open Fifciu opened this issue 5 years ago • 0 comments

Sometimes, custom Magento endpoints respond with 202/200 code based on that if we just added new record or it exists. If we would have response.code in response, we could figure out what happened in M2 easily.

Fifciu avatar Mar 09 '20 11:03 Fifciu