Skip to content

Commit

Permalink
Merge pull request #30 from jpmorganchase/feature/remove-csharp-example
Browse files Browse the repository at this point in the history
feat: removed C# example code as it is broken
  • Loading branch information
rogeraird authored Oct 4, 2024
2 parents 3368890 + 7c8bbc4 commit 17e1636
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,19 @@ export const requestSampleConfigs: RequestSampleConfigs = {
mosaicCodeViewerLanguage: 'ocaml',
httpSnippetLanguage: 'ocaml',
},
'C#': {
mosaicCodeViewerLanguage: 'csharp',
httpSnippetLanguage: 'csharp',
libraries: {
HttpClient: {
httpSnippetLibrary: 'httpclient',
},
RestSharp: {
httpSnippetLibrary: 'restsharp',
},
},
},
// Removing C# example until the generated code can be fixed
// 'C#': {
// mosaicCodeViewerLanguage: 'csharp',
// httpSnippetLanguage: 'csharp',
// libraries: {
// HttpClient: {
// httpSnippetLibrary: 'httpclient',
// },
// RestSharp: {
// httpSnippetLibrary: 'restsharp',
// },
// },
// },
Java: {
mosaicCodeViewerLanguage: 'java',
httpSnippetLanguage: 'java',
Expand Down

0 comments on commit 17e1636

Please sign in to comment.