derecalliance / api-java

DeRec API for use in applications.
Apache License 2.0
5 stars 0 forks source link

DeRecHelper: Unable to get list of all sharers a helper is helping #20

Closed diptimahamuni closed 1 month ago

diptimahamuni commented 1 month ago

Problem

The UI needs to show all of the sharers that a helper is helping. An API is needed to get a list of all sharers belonging to this helper.

Solution

Add method List<? extends SharerStatus> getSharers() to DeRecHelper.java