mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-02-19 23:57:19 -05:00
create platform id list
This commit is contained in:
1
PLATFORM_IDs.md
Normal file
1
PLATFORM_IDs.md
Normal file
@@ -0,0 +1 @@
|
||||
### PLATFORM ID LIST
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user