Writing manual REST calls for all the OT2 services would take extra time and would have a lot of boilerplate code that could otherwise be avoided using client API libraries.
Do we have any such Java client API library for the OT2 cloud APIs?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi @anushibinj , there is no Java SDK for the OCP services. One approach you could follow is to generate Java code based on the openapi specification.
Hey @jpluimers,
That is a cool idea. I'll check it out. Thanks!