Blog

Plumber template

2020-12-09 | 1 Minute zum Lesen

Tags: Data Science, R, plumber, API

Eine Vorlage für eine konfigurierbare, datumsversionierte API mit optionaler API Key Authentifizierung. Sie basiert auf dem R Paket plumber, verwendet config zum Verwalten von Konfigurationsvariablen und renv zum Erstellen einer reproduzierbaren Umgebung.

Schau es dir an: https://r.b-data.ch/plumber-template/__docs__/

The R Programming Language has become one of the most dominant programming languages for data analysis and visualization in recent years. At the same time, web services have become a common language for allowing various systems to interact with one another. The plumber R package allows users to expose existing R code as a service available to others on the Web.

Introduction • plumber

Swagger UI allows anyone — be it your development team or your end consumers — to visualize and interact with the API’s resources without having any of the implementation logic in place. It’s automatically generated from your OpenAPI (formerly known as Swagger) Specification, with the visual documentation making it easy for back end implementation and client side consumption.

REST API Documentation Tool | Swagger UI