This repository was archived by the owner on Jan 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +7
-9
lines changed
docs/components/myscript-text-web Expand file tree Collapse file tree 9 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ myscript-text-web is a web component that can be used in every web application (
4949## Examples
5050
5151- [ examples/non-version-specific/get_started.html] ( examples/non-version-specific/get_started.html ) Get started with iink
52- - [ examples/v3/rest_text .html] ( examples/v3/rest_text .html ) Get started with legacy api (v3)
52+ - [ examples/v3/websocket_text .html] ( examples/v3/websocket_text .html ) Get started with legacy api (v3)
5353- [ examples/index.html] ( examples/index.html ) Other demonstrations
5454
5555## Documentation
Original file line number Diff line number Diff line change 68966896 "description" : " Import content [V4]"
68976897 },
68986898 {
6899- "url" : " examples/v3/rest_text .html" ,
6899+ "url" : " examples/v3/websocket_text .html" ,
69006900 "description" : " Configure component with legacy api [V3]"
69016901 },
69026902 {
Original file line number Diff line number Diff line change 68966896 "description" : " Import content [V4]"
68976897 },
68986898 {
6899- "url" : " examples/v3/rest_text .html" ,
6899+ "url" : " examples/v3/websocket_text .html" ,
69006900 "description" : " Configure component with legacy api [V3]"
69016901 },
69026902 {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ <h2>V4 - iink SDK web</h2>
5151 < h2 > V3 - CDK v3.2</ h2 >
5252 < ul >
5353 < li >
54- < a href ="v3/rest_text .html "> TEXT with v3.2 REST/HTTP </ a >
54+ < a href ="v3/websocket_text .html "> TEXT with v3.2 WebSockets </ a >
5555 </ li >
5656 < li >
5757 < a href ="v3/prediction_completion.html "> Configure and use prediction and completion</ a >
Original file line number Diff line number Diff line change 1818
1919< body >
2020 < myscript-text-web apiversion ="V3 "
21- protocol ="REST "
2221 scheme ="https "
2322 host ="webdemoapi.myscript.com "
2423 applicationkey ="22eda92c-10af-40d8-abea-fd4093c17d81 "
Original file line number Diff line number Diff line change 3636@demo examples/non-version-specific/customize_style.html Customize style [V4]
3737@demo examples/non-version-specific/custom_controls.html Redefining the controls [V4]
3838@demo examples/v4/import_content.html Import content [V4]
39- @demo examples/v3/rest_text .html Configure component with legacy api [V3]
39+ @demo examples/v3/websocket_text .html Configure component with legacy api [V3]
4040@demo examples/v3/prediction_completion.html Prediction and completion [V3]
4141@demo examples/v3/superimposed.html Superimposed technology [V3]
4242@demo examples/index.html Other examples
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ <h2>V4 - iink SDK web</h2>
5151 < h2 > V3 - CDK v3.2</ h2 >
5252 < ul >
5353 < li >
54- < a href ="v3/rest_text .html "> TEXT with v3.2 REST/HTTP </ a >
54+ < a href ="v3/websocket_text .html "> TEXT with v3.2 WebSockets </ a >
5555 </ li >
5656 < li >
5757 < a href ="v3/prediction_completion.html "> Configure and use prediction and completion</ a >
Original file line number Diff line number Diff line change 1818
1919< body >
2020 < myscript-text-web apiversion ="V3 "
21- protocol ="REST "
2221 scheme ="https "
2322 host ="webdemoapi.myscript.com "
2423 applicationkey ="22eda92c-10af-40d8-abea-fd4093c17d81 "
Original file line number Diff line number Diff line change 3636@demo examples/non-version-specific/customize_style.html Customize style [V4]
3737@demo examples/non-version-specific/custom_controls.html Redefining the controls [V4]
3838@demo examples/v4/import_content.html Import content [V4]
39- @demo examples/v3/rest_text .html Configure component with legacy api [V3]
39+ @demo examples/v3/websocket_text .html Configure component with legacy api [V3]
4040@demo examples/v3/prediction_completion.html Prediction and completion [V3]
4141@demo examples/v3/superimposed.html Superimposed technology [V3]
4242@demo examples/index.html Other examples
You can’t perform that action at this time.
0 commit comments