I succesfully set up an R Server with RStudio IDE on a Digital Ocean Droplet.
I created a plumber API in RStudio Server and everything works fine when I start the API from RStudio Server.
But I have problems with connecting to the API from the outside. Is it possible to send the username and password for the linux machine everything is running on to get a response from the API? If not what else can I do? My colleagues would call the API from a node.js app.
Thanks a lot. Since I'm not a trained programmer, do you know of a documentation on how to make the API into a service? I did it before with another tool but followed a tutorial for it.
I'm still not sure where I'm going wrong. I succesfully deployed the API but when I go to the url I only get the message "plumber is alive". So if I send a request via postman that is what is rerturned.
Also when I navigate to [[IPADDRESS]]/date/__docs__/ I get a 404. But in the documentation it says I should go there.
Any help would be greatly appreciated. Thank you
Make sure the service you deployed with systemd is actually the plumber API you expect. Check that you are using the right http/https protocol. Check the path you are using make sense. Make sure the endpoint you are using match your API endpoint.