in reply to REST API Server in Perl
I use Dancer2 for all my personal stuff, from my automated grow room environment software to a system that fetches data from a Tesla API that I call from a microcontroller, that displays the battery status in my Tesla to remind me to plug the car in if needed when I pull into my garage. JSON in, process in Perl, JSON out.
Here's a link to the manual.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: REST API Server in Perl
by programmingzeal (Beadle) on Feb 16, 2022 at 06:21 UTC | |
by 1nickt (Canon) on Feb 16, 2022 at 11:58 UTC |