aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/comms.py
diff options
context:
space:
mode:
Diffstat (limited to 'gsxws/comms.py')
-rw-r--r--gsxws/comms.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/gsxws/comms.py b/gsxws/comms.py
new file mode 100644
index 0000000..e18193f
--- /dev/null
+++ b/gsxws/comms.py
@@ -0,0 +1,13 @@
+class Communication(GsxObject):
+ def get_content():
+ """
+ The Fetch Communication Content API allows the service providers/depot/carriers
+ to fetch the communication content by article ID from the service news channel.
+ """
+
+ def get_articles():
+ """
+ The Fetch Communication Articles API allows the service partners
+ to fetch all the active communication message IDs.
+ """
+ \ No newline at end of file