Atlas-Rhythm / Hive

A general backend project for modding communities.
GNU Affero General Public License v3.0
11 stars 1 forks source link

Feat/finalized upload returns mod #109

Closed Auros closed 1 year ago

Auros commented 1 year ago

A plugin can mutate any of the properties of an uploaded mod, there's no guarantee that the ID a consumer submits in the upload step will be the same ID of the mod after the upload step.

This PR introduces returning the finalized mod data in the request endpoint so the consumer can guarantee that "the thing I just uploaded" can be referenced immediately.