When indicator_id_map is missing, the InputPxWebApi class outputs a list of endpoint URLs that can be used to populate the indicator_id_map. But it is output as a Python list. It would be much more useful if it were output in a format that can be directly copied/pasted into the data configuration.
When indicator_id_map is missing, the InputPxWebApi class outputs a list of endpoint URLs that can be used to populate the indicator_id_map. But it is output as a Python list. It would be much more useful if it were output in a format that can be directly copied/pasted into the data configuration.
For example it is output now like:
['https://example.com/api/1','https://example.com/api/2']
But it would be better like:
Then the user just needs to fill in the indicator IDs.