Knowing the status of your API call just got a lot easier. In this release, we introduced a `status_code` variable to the API Client so that you can more easily make decisions for building out your application.
Further, we moved our testing suite to exercise the live endpoints on the PokitDok platform. Checkout our [testing suite](https://github.com/pokitdok/pokitdok-python/blob/master/tests/test_api_client.py) for examples on making API calls with this client and how to access the `status_code` client variable.