Return type of searchRequest in requestRepository is inconsistent #27
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After the tmdb list sections for discover, playing, and newly released was added, the structure of objects being returned from api has changed. Now a call returns a object with, page nr, results and total_page number. This is not currently present in searchRequest in requestRepository. This should be added so the client only expects one type of objects.