We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab0be9 commit 8d6ec50Copy full SHA for 8d6ec50
1 file changed
src/galaxy/api/consts.py
@@ -81,6 +81,16 @@ class Platform(Enum):
81
NintendoDs = "nds"
82
Nintendo3Ds = "3ds"
83
PathOfExile = "pathofexile"
84
+ Twitch = "twitch"
85
+ Minecraft = "minecraft"
86
+ GameSessions = "gamesessions"
87
+ Nuuvem = "nuuvem"
88
+ FXStore = "fxstore"
89
+ IndieGala = "indiegala"
90
+ Playfire = "playfire"
91
+ Oculus = "oculus"
92
+ Test = "test"
93
+
94
95
class Feature(Enum):
96
"""Possible features that can be implemented by an integration.
0 commit comments