Hi,
I know that I can get the name of the script being executed by a PHP server (i.e., the API), by referencing the variable $_SERVER.PHP_SELF
Does anyone know if there an equivalent way to obtain the name of the API (like a variable that allows the server action API to know its own name) when using NodeJS?
Many thanks!