Open mkovalch opened 10 years ago
You are not missing anything. I built this library to use with a personal project and have been adding things as I need them.
If you want to add those methods and create a pull request it would be greatly appreciated!
I hope to spend more time on this library in the upcoming weeks.
Not exactly an issue, but is there way to access private variables in search() result; for example: [type:MusicBrainz\Artist:private] => Group [sortName:MusicBrainz\Artist:private] => AFI [gender:MusicBrainz\Artist:private] => [country:MusicBrainz\Artist:private] => US [beginDate:MusicBrainz\Artist:private] => 1991 [endDate:MusicBrainz\Artist:private] => [data:MusicBrainz\Artist:private] => Array
There are functions getName(), getScore(), getType(), getRelease() in Artists class, but i didn't find getGender(), getCountry() and so on.
Is there a different way to get this information? I can add my own methods, but this will get reset on next composer update :( Am I missing something?