I’m often seeing questions on discuss related to the Java API Client usage. For this, in 2019, I started a GitHub repository to provide some code examples that actually work and answer the questions asked by the community.
Since then, the High Level Rest Client (HLRC) has been deprecated and the new Java API Client has been released.
In order to keep answering questions, I needed recently to upgrade the repository to this new client. Although it uses the same Low Level Rest Client behind the scenes and an upgrade documentation has been provided, it’s not really trivial to upgrade it.
I found interesting to share all the steps I had to perform to do this. If you are “just looking” for the pull requests that made the upgrade, have a look at:
This blog post will detail some of the major steps you can see in those pull requests.
Leave a Reply