async-postgres
async-postgres copied to clipboard
RestClient apiCall function should have response.code in response
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.