For the complete documentation index, see llms.txt. This page is also available as Markdown.

Request all Tracks with specified offset and limit. No filter will be used in request

@param offset Page offset.
 @param limit Page limit.
 @param callback Completion handler with RPFeed as a response.
- (void)getTracksWithOffset:(NSUInteger)offset
                      limit:(NSUInteger)limit
                 completion:(RPAPIEntryCallback)callback;

Last updated