Open
Description
IR-Flow supports the concept of Whitelisted APIs. When we try to hit the API with an API that is not whitelisted, it returns a strange response.
- Detect strange response
- Create a irflow_client.APINotWhitelisted exception
- If we have an IP not whitelisted response, return a user friendly error code to the API user.
- test
- docstrings