Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetAlbum doesn't need to return tags or updatedOn #55

Open
deanmoses opened this issue Dec 21, 2023 · 0 comments
Open

GetAlbum doesn't need to return tags or updatedOn #55

deanmoses opened this issue Dec 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@deanmoses
Copy link
Owner

deanmoses commented Dec 21, 2023

When retrieving an album via the /album/, the API includes a few fields on each child that are unnecessary and a waste of bandwidth:

  • tags: only needed by search, which doesn't use getAlbum
  • updatedOn: never used by anything
@deanmoses deanmoses added the enhancement New feature or request label Dec 21, 2023
@deanmoses deanmoses changed the title Don't return tags as part of getAlbum; just need it for search Don't return tags as part of getAlbum Dec 31, 2023
@deanmoses deanmoses changed the title Don't return tags as part of getAlbum GetAlbum doesn't need to return tags or updatedOn Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant