Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Releases: gadhagod/Hyrule-Compendium-ruby-client

3.2.0

05 Apr 05:28
Compare
Choose a tag to compare

Spaces in Hyrule_Compendium.download_entry_image's default has spaces replaced with underscores.

3.1.0

31 Mar 18:02
Compare
Choose a tag to compare

Add timeout parameter to API calling functions.

You can set a default timeout for all API calls by setting the class variable default_timeout. To have a timeout for a specific function, all direct API calls have a parameter timeout, defaulting to @default_timeout, but is overridden if timeout parameter is given.

3.0.0

29 Mar 18:24
Compare
Choose a tag to compare
  • Add code comments
  • Add errors (NoCategoryError, NoEntryError)
  • Add download_entry_image()

2.0.1

19 Jan 18:20
Compare
Choose a tag to compare

Remove accidental testing block from library.

2.0.0

19 Jan 17:02
Compare
Choose a tag to compare

Added optional URL configuration.
All functions are now part of the Hyrule_Compendium class.

1.0.0

03 Jan 02:01
Compare
Choose a tag to compare
Initial commit