Skip to content

Releases: Anton3413/Reverso-Java-API

the getContext method has been fixed using a third-party API. The library now uses the ZenRows API and requires an API key to function.

11 Mar 17:17

Choose a tag to compare

  • Added the apikey.properties file
  • Refactored the getContext method
  • New messages have been added to the message.properties file
  • readme.md file has been expanded
  • Added new tests

Conjugation results

10 Feb 21:49

Choose a tag to compare

Conjugation page now parses correctly

  • Created a new nested ConjugationPageParser class
  • Added new parsing methods for different languages

Pretty String format of response classes

17 Aug 22:24

Choose a tag to compare

  • methods that allow you to display data beautifully for all responses have been added
  • The <em> tag that was in the contextResults was replaced with a <b> tag
  • small changes

Everything done to be used.

05 Jul 21:51

Choose a tag to compare

v1.0.0

Added RandomUserAgent class, updated Readme file, completed tests, mi…