We currently have both Album.images and the Image models returned from LibraryController.get_images(). This tends to make things difficult/confusing for both back end and client developers, having to figure out which method to support. Since I assume that the intent is for new clients to use get_images(), I'd suggest to clearly mark Album.images as deprecated.
The text was updated successfully, but these errors were encountered:
We currently have both
Album.images
and theImage
models returned fromLibraryController.get_images()
. This tends to make things difficult/confusing for both back end and client developers, having to figure out which method to support. Since I assume that the intent is for new clients to useget_images()
, I'd suggest to clearly markAlbum.images
as deprecated.The text was updated successfully, but these errors were encountered: