create platform id list

This commit is contained in:
Piotr Marzec
2019-06-14 19:25:08 +02:00
parent da59670d8e
commit 69ffef2fde
2 changed files with 7 additions and 0 deletions

1
PLATFORM_IDs.md Normal file
View File

@@ -0,0 +1 @@
### PLATFORM ID LIST

View File

@@ -20,6 +20,12 @@ The provided features are:
- receiving and sending chat messages
- cache storage
## Platform Id's
Each integration can implement only one platform.
[Contribution guidelines for this project](PLATFORM_IDs.md)
## Basic usage
Eeach integration should inherit from the :class:`~galaxy.api.plugin.Plugin` class. Supported methods like :meth:`~galaxy.api.plugin.Plugin.get_owned_games` should be overwritten - they are called from the GOG Galaxy client in the appropriate times.