Releases: vdhicts/hihaho-api-client
Releases · vdhicts/hihaho-api-client
Add support for Laravel 11
Update to Laravel 10
Update to Laravel 9
Changed
- Update to Laravel 9.
Add support for pagination
Added
- Add support for pagination to the
allVideos()
andsearchVideos()
endpoints.
Switch to the HTTP Client of Laravel
Changed
- Switch to using the HTTP Client of Laravel. All endpoints will now return the
Illuminate\Http\Client\Response
.
v1.0.0: Merge pull request #2 from vdhicts/feature/improve-docs
Added
- Add the initial HiHaHo API implementation.