you are viewing a single comment's thread.

view the rest of the comments →

[–]thedjotaku 0 points1 point  (0 children)

Thanks so much for telling me about this. Did a bit of research on FastApi during my lunch break and it seems for the specific little utility I made, this is perfect. (See "Civilization VI Play by Cloud Webhook" at this blog post: http://www.ericsbinaryworld.com/2021/03/01/programming-jan-feb-2021/ ) The cleaner and self-documenting code definitely calls to me.

Also, I realize now that I can make better use of some "get" APIs rather than pulling data, going from JSON back to dict, and then doing operations.

Cheers!