Is it possible to publish the client API urls?
I have tried using the node realm SDK and if it is imported into a file then the node process doesn’t exit.
I just want to be able to create user API keys so I would like to do it without using the SDK.
I can get credentials by calling:
https://eu-west-1.aws.services.cloud.mongodb.com/api/client/v2.0/app/<<client_app_id>>/auth/providers/custom-function/login
I assume there is something similar to then get/create/delete user api keys, but I cannot find it documented anywhere.