Hello, I'm currently working on a project and found your API to be a great tool. Thanks for the work you put into it!
I'm currently trying to get the Dailies so users can check them. However, when setting a
Map<Type, DailyAchievement[]>
to the following
gw2api.achievements().getDailyAchievements();
I get a Null Pointer Exception error. I can post the entire error if it would help.
Hello, I'm currently working on a project and found your API to be a great tool. Thanks for the work you put into it!
I'm currently trying to get the Dailies so users can check them. However, when setting a
Map<Type, DailyAchievement[]>
to the followinggw2api.achievements().getDailyAchievements();
I get a Null Pointer Exception error. I can post the entire error if it would help.