Hi, In my use case, I require to fetch rating events from event server for a specific entity id and target entity id. Currently I have tried this by firing below URL from my java client.
http://mo-321c6ff20.mo.sap.corp:7070/events.json?accessKey=<access_key> &entityType=user&entityId=<entityId> &targetEntityType=item&targetEntityId=<taget_entityId> This is working fine. But I am just wondering if there is any java sdk available already to do so? Regards, Sravya
