forked from AVEVA/AVEVA-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamples.json
More file actions
22 lines (22 loc) · 865 Bytes
/
samples.json
File metadata and controls
22 lines (22 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{"Title":"Python",
"Description":"Sample Sds client written in Python language",
"Url": "https://github.com/osisoft/OSI-Samples-OCS/tree/master/basic_samples/SDS/Python/SDSPy/Python3"
},
{"Title":".NET",
"Description":"Sample Sds client written in C#",
"Url": "https://github.com/osisoft/OSI-Samples-OCS/tree/master/basic_samples/SDS/DotNet"
},
{"Title":"Java",
"Description":"Sample Sds client written in Java",
"Url": "https://github.com/osisoft/OSI-Samples-OCS/tree/master/basic_samples/SDS/Java/sdsjava"
},
{"Title":"NodeJs",
"Description":"Sample Sds client written in NodeJs",
"Url":"https://github.com/osisoft/OSI-Samples-OCS/tree/master/basic_samples/SDS/JavaScript/NodeJs"
},
{"Title":"Angular",
"Description":"Sample Sds client written in Angular",
"Url":"https://github.com/osisoft/OSI-Samples-OCS/tree/master/basic_samples/SDS/JavaScript/Angular"
}
]