Skip to content

Commit 1b22f40

Browse files
Added example's links from main branch (#38)
* Roshani conversation data api (#24) * Added conversation data API * Updated version of symbl * excluded `_data` from calling function * Roshani readme changes (#28) * Added examples and changed readme file * Added changes in readme documents * Added changes in readme documents * updates hyperlinks * corrected links * Removed unnecessary imported packages * Fixed issues in readme file * Roshani readme changes (#29) * Added examples and changed readme file * Added changes in readme documents * Added changes in readme documents * updates hyperlinks * corrected links * Removed unnecessary imported packages * Fixed issues in readme file * Merged `roshani_readme_changes` with `develop` branch * Excluded Conversation data API (#31) "Added readme changes" * Fixed type mistake fixed 'Errros' to 'Errors' in readme doc * Added Conversation data API (#35) * Added Conversation Data API * Fixed hyperlink issues of readme doc * Fixed Append video URL link * Fixed issues of hyperlinks (#37)
1 parent 548cf8e commit 1b22f40

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ connection_object.send_audio_from_mic()
175175

176176
## Extended Readme
177177

178-
You can see all the functions provided by SDK in the **extended [readme.md](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/symbl/readme.md) file**.
178+
You can see all the functions provided by SDK in the **extended [readme.md](https://github.com/symblai/symbl-python/blob/main/symbl/readme.md) file**.
179179

180-
You can go through some examples for understanding the use of all functionality [Explore more example](https://github.com/symblai/symbl-python/tree/roshani_Conversation_data_api/example)
180+
You can go through some examples for understanding the use of all functionality [Explore more example](https://github.com/symblai/symbl-python/tree/main/example)
181181

182182
## Possible Errors
183183

symbl/readme.md

+15-16
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.A
4545
4646
>returns conversation object
4747
>
48-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Audio_API/process_audio_file.py) to check the example for usage of parameters/arguments and conversation object
48+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Audio_API/process_audio_file.py) to check the example for usage of parameters/arguments and conversation object
4949
5050
2. process_url(payload):
5151
>Parameter Name | Required | Value
@@ -57,8 +57,8 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.A
5757
5858
>returns conversation object
5959
>
60-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Audio_API/process_audio_url.py) to check the example for usage of parameters/arguments and conversation object
61-
60+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Audio_API/process_audio_url.py) to check the example for usage of parameters/arguments and conversation object
61+
6262
3. append_file(file_path, conversation_id):
6363
>Parameter Name | Required | Value
6464
>--- | --- | ---
@@ -71,7 +71,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.A
7171
7272
>returns conversation object
7373
>
74-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Audio_API/append_audio_file.py) to check the example for usage of parameters/arguments and conversation object
74+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Audio_API/append_audio_file.py) to check the example for usage of parameters/arguments and conversation object
7575
7676
4. append_url(payload, conversation_id):
7777
>Parameter Name | Required | Value
@@ -84,8 +84,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.A
8484
8585
>returns conversation object
8686
>
87-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Audio_API/append_audio_url.py) to check the example for usage of parameters/arguments and conversation object
88-
87+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Audio_API/append_audio_url.py) to check the example for usage of parameters/arguments and conversation object
8988
9089
# Video class
9190

@@ -104,7 +103,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.V
104103
105104
>returns conversation object
106105
>
107-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Video_API/process_video_file.py) to check the example for usage of parameters/arguments and conversation object
106+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Video_API/process_video_file.py) to check the example for usage of parameters/arguments and conversation object
108107
109108
2. process_url(payload):
110109
>Parameter Name | Required | Value
@@ -116,7 +115,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.V
116115
117116
>returns conversation object
118117
>
119-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Video_API/process_video_url.py) to check the example for usage of parameters/arguments and conversation object
118+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Video_API/process_video_url.py) to check the example for usage of parameters/arguments and conversation object
120119
121120
3. append_file(file_path, conversation_id):
122121
>Parameter Name | Required | Value
@@ -130,7 +129,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.V
130129
131130
>returns conversation object
132131
>
133-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Video_API/append_video_file.py) to check the example for usage of parameters/arguments and conversation object
132+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Video_API/append_video_file.py) to check the example for usage of parameters/arguments and conversation object
134133
135134
4. append_url(payload, conversation_id):
136135
>Parameter Name | Required | Value
@@ -143,7 +142,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.V
143142
144143
>returns conversation object
145144
>
146-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Video_API/append_video_url.py) to check the example for usage of parameters/arguments and conversation object
145+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Video_API/append_video_url.py) to check the example for usage of parameters/arguments and conversation object
147146
148147
# Text class
149148

@@ -162,7 +161,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.T
162161
163162
>returns conversation object
164163
>
165-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Text_API/process_text.py) to check the example for usage of parameters/arguments and conversation object
164+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Text_API/process_text.py) to check the example for usage of parameters/arguments and conversation object
166165
167166
2. append(payload, conversation_id):
168167
>Parameter Name | Required | Value
@@ -175,7 +174,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.T
175174
176175
>returns conversation object
177176
>
178-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Text_API/append_text.py) to check the example for usage of parameters/arguments and conversation object
177+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Text_API/append_text.py) to check the example for usage of parameters/arguments and conversation object
179178
180179
## conversation object
181180

@@ -277,7 +276,7 @@ conversation_id=1234567890 # Update with the conversation Id of your conversatio
277276
print(symbl.Conversations.get_messages(conversation_id))
278277
```
279278

280-
>to access more insights click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Conversation_Class/conversation_class.py)
279+
>to access more insights click [here](https://github.com/symblai/symbl-python/tree/main/example/Conversation_Class/conversation_class.py)
281280
282281
# Telephony class
283282

@@ -297,7 +296,7 @@ Based on PSTN and SIP protocols, the Telephony API provides an interface for the
297296
298297
>returns connection object
299298
>
300-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Telephony_API/telephony_pstn.py) to check the example for usage of parameters/arguments and connection object
299+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Telephony_API/telephony_pstn.py) to check the example for usage of parameters/arguments and connection object
301300
>
302301
>For more details check [here][telephony-docs]
303302
@@ -315,7 +314,7 @@ Based on PSTN and SIP protocols, the Telephony API provides an interface for the
315314
316315
>returns connection object
317316
>
318-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Telephony_API/telephony_sip.py) to check the example for usage of parameters/arguments and connection object
317+
>click [here]https://github.com/symblai/symbl-python/tree/main/example/Telephony_API/telephony_sip.py) to check the example for usage of parameters/arguments and connection object
319318
>
320319
>For more details check [here][telephony-docs]
321320
@@ -364,7 +363,7 @@ Symbl's Streaming API is based on WebSocket protocol and can be used for real-ti
364363
365364
>returns connection object
366365
>
367-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Streaming_API/streaming.py) to check the example for usage of parameters/arguments and connection object
366+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Streaming_API/streaming.py) to check the example for usage of parameters/arguments and connection object
368367
>
369368
>For more details check [here][streaming-docs]
370369

0 commit comments

Comments
 (0)