EduardvonBriesen / mememuc

Launcher project for the MemeMuc bonus project of OMM WS22/23
1 stars 2 forks source link

Meme Retrieval #7

Closed EduardvonBriesen closed 8 months ago

EduardvonBriesen commented 10 months ago

Here the send request should contain information to identify a meme and again return an image or an URL to an image or an URL to the Single view of that image.

  1. Basic: Either specify a specific meme by identifier (e.g. single view URL) or request a random meme.
  2. Intermediate: Same as Basic, but also provide meta-data (e.g., title, creator, creation-date, image captions as plain text, votes, used template, etc.)
  3. Advanced: Specify constraints, e.g., search parameters, newest, oldest, and a maximum amount of requested memes to request a set of memes, i.e., return a list of URLs or *.zip file including meta-data.
EduardvonBriesen commented 10 months ago

Target: Advance