You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the attempt to decide what returns q=source on the Media Endpoint would look like, @aaronpk#14 (comment) added url, published, and mime_type. I also have mime_type in my return now.
So, this proposal would allow q=source to accept the optional parameter of mime_type, to only return media of a certain mime-type. Mime types consists of a type and a subtype. The parameter would accept both, or just the type...so mime_type=image would return every subtype of image and so on.
The text was updated successfully, but these errors were encountered:
One of the attempt to decide what returns q=source on the Media Endpoint would look like, @aaronpk #14 (comment) added url, published, and mime_type. I also have mime_type in my return now.
So, this proposal would allow q=source to accept the optional parameter of mime_type, to only return media of a certain mime-type. Mime types consists of a type and a subtype. The parameter would accept both, or just the type...so mime_type=image would return every subtype of image and so on.
The text was updated successfully, but these errors were encountered: