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
Different sections of TS should be able to have a mod that essentially has the same manifest, but include different game-specific functionality.
One thing brought up as a potential issue if this were to become a thing is, for example, GET /api/experimental/package/{namespace}/{name}/{version}/ does not require you to specify which section of TS the package comes from.
If such endpoints do not require the section (game) of TS, in my opinion it should be deprecated in favour of endpoints that take do require the section as part of its query.
The text was updated successfully, but these errors were encountered:
Different sections of TS should be able to have a mod that essentially has the same manifest, but include different game-specific functionality.
One thing brought up as a potential issue if this were to become a thing is, for example,
GET /api/experimental/package/{namespace}/{name}/{version}/
does not require you to specify which section of TS the package comes from.If such endpoints do not require the section (game) of TS, in my opinion it should be deprecated in favour of endpoints that take do require the section as part of its query.
The text was updated successfully, but these errors were encountered: