Web API JSON result schema testing with PowerShell and Git Hook

On a current project I am working on, we are implementing quite a few web APIs which is consumed by different frontend applications. The project is still in the beginning, but we thought it would be cool to ensure the API response JSON schema does not change accidentally by a developer. Therefore, I started to look into different solutions and just found the simplest one.

Continue reading “Web API JSON result schema testing with PowerShell and Git Hook”