browse Bookmarks By User
@GET(value = "users/{user}/works" )
Retrieves a list of up to 20 bookmark blurbs at the specified page that are associated with the user.
Additional arguments can be specified in parameters with a WorksFilterParameters object.
Parameters
user
Name of the user
page
Page to be retrieved
parameters
Additional parameters for filtering the results
@GET(value = "users/{user}/pseuds/{pseud}/works" )
Retrieves a list of up to 20 bookmark blurbs at the specified page that are associated with the user.
Additional arguments can be specified in parameters with a WorksFilterParameters object.
Function overloaded to accept a pseudonym.
Parameters
user
Name of the user
page
Page to be retrieved
parameters
Additional parameters for filtering the results