dwhitacre / fantasy-football-bot

Fantasy Football Bot for allowing users to interact with various services via custom commands in popular messaging apps.
MIT License
0 stars 0 forks source link

add command parsing to google sheets api handler #11

Open dwhitacre opened 2 years ago

dwhitacre commented 2 years ago

current we do this every time we call get even though we cache the response from google. lets also cache this in the response from google since its unnecessary to do everytime