forked from docusign/code-examples-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSupportedLanguagesManifest.json
More file actions
46 lines (46 loc) · 2.44 KB
/
SupportedLanguagesManifest.json
File metadata and controls
46 lines (46 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"supportedLanguages":[
{
"id": "csharp",
"alias": "C#",
"description": "Used for .Net projects",
"configurationManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ConfigurationManifest.json",
"addCodeExamplesManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ExtensionManifest.json"
},
{
"id": "javascript",
"alias": "JavaScript",
"description": "Used for Node.js",
"configurationManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ConfigurationManifestJS.json",
"addCodeExamplesManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ExtensionManifestJS.json"
},
{
"id": "php",
"alias": "PHP",
"description": "Used for PHP projects",
"configurationManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ConfigurationManifestPHP.json",
"addCodeExamplesManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ExtensionManifestPHP.json"
},
{
"id": "python",
"alias": "Python",
"description": "Used for Python projects",
"configurationManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ConfigurationManifestPython.json",
"addCodeExamplesManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ExtensionManifestPython.json"
},
{
"id": "java",
"alias": "Java",
"description": "Used for Java projects",
"configurationManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ConfigurationManifestJava.json",
"addCodeExamplesManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ExtensionManifestJava.json"
},
{
"id": "ruby",
"alias": "Ruby",
"description": "Used for Ruby projects",
"configurationManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ConfigurationManifestRuby.json",
"addCodeExamplesManifestURI": "https://raw.githubusercontent.com/RomanBachaloSigmaSoftware/code-examples-csharp/master/ExtensionManifestRuby.json"
}
]
}