If you specify LIVE as a value, then the client will error at login.
Error -
lib/python3.11/site-packages/neo_api_client/neo_utility.py", line 70, in get_domain
raise ApiValueError("Either UAT or PROD in Environment accepted")
neo_api_client.exceptions.ApiValueError: Either UAT or PROD in Environment accepted
Summary
If you specify
LIVE
as a value, then the client will error at login.Error -
Error code link
Steps to reproduce
LIVE
FIX
Update the documentation to reflect the correct environment name as
PROD