Releases: Anton3413/Reverso-Java-API
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.
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.
Latest
- 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
Conjugation page now parses correctly
- Created a new nested
ConjugationPageParserclass - Added new parsing methods for different languages
Pretty String format of response classes
- 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.
v1.0.0 Added RandomUserAgent class, updated Readme file, completed tests, mi…