Max

Results 5 issues of Max

Hi 👋 I'm back with more types :) I also noticed that there are currently no types for things like "Genre" or "Tag" and their respective connection to lookup. Making...

Fix the lookup examples in the readme file. Fixes #567

Okay, so after experimenting a little bit we would need to do something like this ```typescript export interface ReleaseIncludes { labels: ILabel; recordings: IRecording; } ``` and use it in...

improvement

Replace http-client got with ky, improving browser compatibility Closes #655

dependencies