Investigate sharing constants between JavaScript and Python
Right now, we have some constants duplicated between the @apify/consts NPM package and the Python Client and Python SDK. We should look into how to have them defined only in one place and shared between all the projects.
Yeah. Can we add some action to apify-shared that every time apify/consts is published it takes it, transforms to some Python compatible format and publishes it as pip package?
Yeah. Can we add some action to apify-shared that every time apify/consts is published it takes it, transforms to some Python compatible format and publishes it as pip package?
Another possibility is some json or yaml file as the source of truth and we create language-specific constants from that