Kodehawa / imageboard-api

Simple asynchronous Java API wrapper around the most popular danbooru-compatible (Konachan, Yande.re, Danbooru, Gelbooru, etc) booru APIs.
Apache License 2.0
53 stars 10 forks source link

Add opportuntity to create ImageBoards collection via constructor #120

Closed InsanusMokrassar closed 12 months ago

Kodehawa commented 12 months ago

I see no issues here, mind if I get a little explanation as to why and what you changed? For the commit message.

Also whether this breaks anything or not (seems like no)

InsanusMokrassar commented 12 months ago

I see no issues here, mind if I get a little explanation as to why and what you changed? For the commit message.

Also whether this breaks anything or not (seems like no)

This update gives opportunity to create own independent collection with its own settings. For example, you may setup OkHttpClient as you wish and get full collection of boards

I have changed old API to without breaking changes :)