Add: Powershell RestMethod codegen (#1233)
This commit is contained in:
committed by
GitHub
parent
d479425333
commit
881d7fa5ee
@@ -5,6 +5,7 @@ import { JSAxiosCodegen } from "./generators/js-axios"
|
||||
import { GoNativeCodegen } from "./generators/go-native"
|
||||
import { NodeJsRequestCodegen } from "./generators/nodejs-request"
|
||||
import { JSjQueryCodegen } from "./generators/js-jQuery"
|
||||
import { PowerShellRestMethod } from "./generators/powershell"
|
||||
|
||||
/* Register code generators here.
|
||||
* A code generator is defined as an object with the following structure.
|
||||
@@ -22,6 +23,7 @@ export const codegens = [
|
||||
GoNativeCodegen,
|
||||
NodeJsRequestCodegen,
|
||||
JSjQueryCodegen,
|
||||
PowerShellRestMethod,
|
||||
]
|
||||
|
||||
export function generateCodeWithGenerator(codegenID, context) {
|
||||
|
||||
Reference in New Issue
Block a user