gamebox-dev / gamebox-api

API for managing a game collection
GNU Affero General Public License v3.0
0 stars 2 forks source link

Add some utility classes #4

Closed michaelenger closed 1 month ago

michaelenger commented 1 month ago

Added two utility classes which removes a bunch of duplicated code:

While I was in there I also noticed that the async methods were supposedly incorrectly typed as I was getting a lot of warnings about nullable fields.