Reputation: 137
I am trying to use Plumber in R to expose a model through web API. I want the API calls to be secure over https. I tried to find information on implementing secure API using plumber but unfortunately haven't found anything. Does anyone has experience of dong that? Or any other solutions to expose a R model over secure API?
Upvotes: 8
Views: 1011
Reputation: 17517
See https://www.rplumber.io/docs/hosting.html for a few different options. DigitalOcean and RStudio Connect would both support this.
Upvotes: 4