From 2c1528df707ad5956b4c2b5a1534c5b48a7849a8 Mon Sep 17 00:00:00 2001 From: LohithNarayan Date: Tue, 11 Jul 2023 22:26:54 +0530 Subject: [PATCH 1/3] Demo folder --- README.md | 4 ++++ demo.py => ringcentral/Demo/demo.py | 0 demo_cache.py => ringcentral/Demo/demo_cache.py | 0 ringcentral/{ => Demo}/demo_fax.py | 0 demo_mms.py => ringcentral/Demo/demo_mms.py | 0 .../Demo/demo_multipart_mixed.py | 0 demo_sms.py => ringcentral/Demo/demo_sms.py | 0 demo_subscription.py => ringcentral/Demo/demo_subscription.py | 0 demo_web_socket.py => ringcentral/Demo/demo_web_socket.py | 0 9 files changed, 4 insertions(+) rename demo.py => ringcentral/Demo/demo.py (100%) rename demo_cache.py => ringcentral/Demo/demo_cache.py (100%) rename ringcentral/{ => Demo}/demo_fax.py (100%) rename demo_mms.py => ringcentral/Demo/demo_mms.py (100%) rename demo_multipart_mixed.py => ringcentral/Demo/demo_multipart_mixed.py (100%) rename demo_sms.py => ringcentral/Demo/demo_sms.py (100%) rename demo_subscription.py => ringcentral/Demo/demo_subscription.py (100%) rename demo_web_socket.py => ringcentral/Demo/demo_web_socket.py (100%) diff --git a/README.md b/README.md index 08926d8..bc7865c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ __[Voice](https://developer.ringcentral.com/api-products/voice), [SMS/MMS](https This SDK is tested against Python 3.7 so we recommend [installing using it with Python 3.7 or newer](https://www.python.org/downloads/) +# dev-notes + +https://github.com/LohithNarayan/ringcentral-python/blob/master/dev-notes.md + ## Manual ```sh diff --git a/demo.py b/ringcentral/Demo/demo.py similarity index 100% rename from demo.py rename to ringcentral/Demo/demo.py diff --git a/demo_cache.py b/ringcentral/Demo/demo_cache.py similarity index 100% rename from demo_cache.py rename to ringcentral/Demo/demo_cache.py diff --git a/ringcentral/demo_fax.py b/ringcentral/Demo/demo_fax.py similarity index 100% rename from ringcentral/demo_fax.py rename to ringcentral/Demo/demo_fax.py diff --git a/demo_mms.py b/ringcentral/Demo/demo_mms.py similarity index 100% rename from demo_mms.py rename to ringcentral/Demo/demo_mms.py diff --git a/demo_multipart_mixed.py b/ringcentral/Demo/demo_multipart_mixed.py similarity index 100% rename from demo_multipart_mixed.py rename to ringcentral/Demo/demo_multipart_mixed.py diff --git a/demo_sms.py b/ringcentral/Demo/demo_sms.py similarity index 100% rename from demo_sms.py rename to ringcentral/Demo/demo_sms.py diff --git a/demo_subscription.py b/ringcentral/Demo/demo_subscription.py similarity index 100% rename from demo_subscription.py rename to ringcentral/Demo/demo_subscription.py diff --git a/demo_web_socket.py b/ringcentral/Demo/demo_web_socket.py similarity index 100% rename from demo_web_socket.py rename to ringcentral/Demo/demo_web_socket.py From 37ba2eefd73a4edf11d0a4e7a8eb17e45114d403 Mon Sep 17 00:00:00 2001 From: LohithNarayan Date: Wed, 12 Jul 2023 19:28:47 +0530 Subject: [PATCH 2/3] Demo>demo & Changed devnotes to official link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc7865c..4e3383c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This SDK is tested against Python 3.7 so we recommend [installing using it with # dev-notes -https://github.com/LohithNarayan/ringcentral-python/blob/master/dev-notes.md +https://github.com/ringcentral/ringcentral-python/blob/master/dev-notes.md ## Manual From d5a68ee913510c6334d71afe4edf209e21312b05 Mon Sep 17 00:00:00 2001 From: LohithNarayan Date: Wed, 12 Jul 2023 19:42:16 +0530 Subject: [PATCH 3/3] Demo>demos --- ringcentral/{Demo => demos}/demo.py | 0 ringcentral/{Demo => demos}/demo_cache.py | 0 ringcentral/{Demo => demos}/demo_fax.py | 0 ringcentral/{Demo => demos}/demo_mms.py | 0 ringcentral/{Demo => demos}/demo_multipart_mixed.py | 0 ringcentral/{Demo => demos}/demo_sms.py | 0 ringcentral/{Demo => demos}/demo_subscription.py | 0 ringcentral/{Demo => demos}/demo_web_socket.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename ringcentral/{Demo => demos}/demo.py (100%) rename ringcentral/{Demo => demos}/demo_cache.py (100%) rename ringcentral/{Demo => demos}/demo_fax.py (100%) rename ringcentral/{Demo => demos}/demo_mms.py (100%) rename ringcentral/{Demo => demos}/demo_multipart_mixed.py (100%) rename ringcentral/{Demo => demos}/demo_sms.py (100%) rename ringcentral/{Demo => demos}/demo_subscription.py (100%) rename ringcentral/{Demo => demos}/demo_web_socket.py (100%) diff --git a/ringcentral/Demo/demo.py b/ringcentral/demos/demo.py similarity index 100% rename from ringcentral/Demo/demo.py rename to ringcentral/demos/demo.py diff --git a/ringcentral/Demo/demo_cache.py b/ringcentral/demos/demo_cache.py similarity index 100% rename from ringcentral/Demo/demo_cache.py rename to ringcentral/demos/demo_cache.py diff --git a/ringcentral/Demo/demo_fax.py b/ringcentral/demos/demo_fax.py similarity index 100% rename from ringcentral/Demo/demo_fax.py rename to ringcentral/demos/demo_fax.py diff --git a/ringcentral/Demo/demo_mms.py b/ringcentral/demos/demo_mms.py similarity index 100% rename from ringcentral/Demo/demo_mms.py rename to ringcentral/demos/demo_mms.py diff --git a/ringcentral/Demo/demo_multipart_mixed.py b/ringcentral/demos/demo_multipart_mixed.py similarity index 100% rename from ringcentral/Demo/demo_multipart_mixed.py rename to ringcentral/demos/demo_multipart_mixed.py diff --git a/ringcentral/Demo/demo_sms.py b/ringcentral/demos/demo_sms.py similarity index 100% rename from ringcentral/Demo/demo_sms.py rename to ringcentral/demos/demo_sms.py diff --git a/ringcentral/Demo/demo_subscription.py b/ringcentral/demos/demo_subscription.py similarity index 100% rename from ringcentral/Demo/demo_subscription.py rename to ringcentral/demos/demo_subscription.py diff --git a/ringcentral/Demo/demo_web_socket.py b/ringcentral/demos/demo_web_socket.py similarity index 100% rename from ringcentral/Demo/demo_web_socket.py rename to ringcentral/demos/demo_web_socket.py