Forecaster / ForeModpacker

A Minecraft mod pack distribution system with Patreon integration.
1 stars 0 forks source link

Add endpoint for requesting generation & download url via script #30

Closed Forecaster closed 7 years ago

Forecaster commented 7 years ago

This endpoint will allow requesting a download url via script. It will require an api key (See #29) and optionally a "from" parameter containing a tag name. If from is omitted the entire pack will be generated (if necessary) and linked, if from is present and not the latest tag a patch will be generated/linked.

It's also going to have to check the patron status if the requester is still a patron (unless the user is a VIP or similar) since it bypasses the regular login.

Forecaster commented 7 years ago

Done!