You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The v1+ of plumber have numerous breaking changes that limit the current functionality of drip. Mainly, the application structure that utilizes and entrypoint.R file.
The run function needs to be refactored to account for the new ways of instantiating the API itself.
It would be nice to be able to use drip with R packages that embed several plumber APIs. In recent versions of the R plumber packages, there is plumber::plumb_api and plumber::available_apis providing support for multiple APIs in one R package, which can ship multiple plumber routers, stored in the package directory inst, in various folders inside the subfolder plumber (./inst/plumber/API_1 is an example of such a dir which could have plumber.R and entrypoint.R for example).
The v1+ of plumber have numerous breaking changes that limit the current functionality of drip. Mainly, the application structure that utilizes and
entrypoint.R
file.The run function needs to be refactored to account for the new ways of instantiating the API itself.
#2
The text was updated successfully, but these errors were encountered: