What's Changed
- Add Beach class
- Add `getBeachMatch` and `getBeachMatchList` methods
- Change `response_format` param to `content_type`
- Update documentation
- Change `requests` lib to `httpx`
- Update JSON return with `ensure_ascii=False` to return data with double quotes
- Update empty fields requests (if it not specified, all the fields will be sent)
- Update `Article` methods, adding `getArticleListWithFilter` and `getArticleListWithTags` and deleting `getArticleList`
PR
* Class Beach by claromes in https://github.com/claromes/fivbvis/pull/11
**Full Changelog**: https://github.com/claromes/fivbvis/compare/v0.2...v0.3