SUPERCILEX / Robot-Scouter

:robot: Easy, efficient, and collaborative FIRST robot scouting
https://bit.ly/RobotScouter
GNU General Public License v3.0
107 stars 41 forks source link

Move to clientApi functions model #289

Closed SUPERCILEX closed 4 years ago

SUPERCILEX commented 4 years ago

Currently, each HTTPS functions is seperate. This leads to poor cold start performance across client APIs since each function has to start independently. To minimize cold starts, move to a single clientApi function with an operation param to emulate REST API paths.