MCPcopy Create free account
hub / github.com/AudiusProject/apps / getUserRepostFeed

Method getUserRepostFeed

packages/libs/src/api/Users.ts:183–196  ·  view source on GitHub ↗

* Return repost feed for requested user * @param userId - requested user id * @param limit - max # of items to return (for pagination) * @param offset - offset into list to return from (for pagination) * @returns Array of track and playlist metadata objects * additional metadata field

(
    userId: number,
    limit = 100,
    offset = 0,
    withUsers = false
  )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

REQUIRESMethod · 0.80

Tested by

no test coverage detected