I want my node app to retrieve a secret, and thought it might just be as simple as sending the request over https, but I can’t find an official endpoint or syntax for doing this.
I see there is talk about api but it says it’s beta, unless I am finding the wrong one. Is there a production ready node api?
I am thinking it is not as simple as a URL because it’s doing a login, but why can’t the secrets offer a simple format to GET a secret for back ends that doing need an oauth loop? Maybe I’m missing something