mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-04-20 14:16:54 -04:00
SDK-3041: Add new platforms
This commit is contained in:
@@ -81,6 +81,16 @@ class Platform(Enum):
|
||||
NintendoDs = "nds"
|
||||
Nintendo3Ds = "3ds"
|
||||
PathOfExile = "pathofexile"
|
||||
Twitch = "twitch"
|
||||
Minecraft = "minecraft"
|
||||
GameSessions = "gamesessions"
|
||||
Nuuvem = "nuuvem"
|
||||
FXStore = "fxstore"
|
||||
IndieGala = "indiegala"
|
||||
Playfire = "playfire"
|
||||
Oculus = "oculus"
|
||||
Test = "test"
|
||||
|
||||
|
||||
class Feature(Enum):
|
||||
"""Possible features that can be implemented by an integration.
|
||||
|
||||
Reference in New Issue
Block a user