Using the OpenAPI Generator To Build Out an Integration Test Client

So, you have written a new API, maybe as much as doing the CRUD endpoints, maybe even some unit tests to boot. 

Now, to gain a little more confidence, integration tests are required to test slices of the new logic. This requires the developer to create a client to access and call the endpoints, as you would in Postman, for instance, and call the new functionality with one's all-encompassing test criteria.

CategoriesUncategorized