Returns feed ids with content hosted on this server. Feeds must be ordered by most recent update. @param start the start index from which to return results; if exceeds bounds of available results, zero results are returned. @param length the maximum number of result
(int start, int length)
| 45 | * not null. |
| 46 | */ |
| 47 | String[] getFeedIds(int start, int length); |
| 48 | |
| 49 | /** |
| 50 | * Returns categories mentioned in content hosted on this server. Categories |
no outgoing calls
no test coverage detected