ScottJDaley / ada

A Discord bot for the Satisfactory video game.
MIT License
33 stars 5 forks source link

Create a Request class for the Optimizer #53

Closed ScottJDaley closed 4 years ago

ScottJDaley commented 4 years ago

Put request_input_fn on the class instead of passing it around Put other stuff like query_vars on the class.

ScottJDaley commented 4 years ago

There is now a Query class, but some things like query vars still need to be moved to it. Need to consider async concurrent requests and side effects