theoforger / mastermind

An LLM-powered CLI tool to help you be a better spymaster in Codenames
GNU General Public License v3.0
3 stars 2 forks source link

Restructure project to further modularize API instance #7

Closed theoforger closed 2 weeks ago

theoforger commented 2 weeks ago

This pull request improves code cohesiveness even more by moving functions related to API calls under the API Instance struct. It also removed unused functions and unnecessary pub keywords

theoforger commented 2 weeks ago

GitHub Actions passed. Will merge to main