indieweb / micropub-extensions

Issue tracking for Micropub extensions
https://indieweb.org/Micropub-extensions
11 stars 1 forks source link

q=last on media endpoint #10

Closed dshanske closed 4 years ago

dshanske commented 5 years ago

@aaronpk implemented this in his endpoint and in Quill.

It returns a url property only.

When I implemented it, discovered that his implementation

Brainstorming on iterating the last command with some modifiers

To start, a type modifier

type = all, video, audio, photo - defaults to photo

dshanske commented 5 years ago

The second question is, should media in the last five minutes be the expected default behavior? Should last mean last?

EdwardHinkle commented 5 years ago

I added this to the Micropub Extensions page as a proposed extension so people can find this discussion easier.

RosemaryOrchard commented 5 years ago

I would say if the media wasn't uploaded in the last hour I would prefer to not have it attached. 5 minutes might be too short of a time - but last image ever uploaded has been confusing me.

dshanske commented 4 years ago

At the Micropub Pop-up Session 2020, it was decided to sunset q=last in favor of q=source&limit=1, see #14