Skip to content

Releases: vdhicts/hihaho-api-client

Add support for Laravel 11

17 Mar 07:07
53035b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v5.0.0

Update to Laravel 10

26 Mar 08:46
38a8092
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v4.0.0

Update to Laravel 9

09 Feb 18:37
dd00bfb
Compare
Choose a tag to compare

Changed

  • Update to Laravel 9.

Add support for pagination

02 Dec 07:57
7a25a14
Compare
Choose a tag to compare

Added

  • Add support for pagination to the allVideos() and searchVideos() endpoints.

Switch to the HTTP Client of Laravel

01 Dec 18:00
ed0e1fb
Compare
Choose a tag to compare

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

29 Nov 19:02
02dd65e
Compare
Choose a tag to compare

Added

  • Add the initial HiHaHo API implementation.