UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

11 lines (10 loc) 408 B
import { generatePowershellConvert } from "../common.mjs"; export const restmethod = { info: { key: 'restmethod', title: 'Invoke-RestMethod', link: 'https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Utility/Invoke-RestMethod', description: 'Powershell Invoke-RestMethod client', }, convert: generatePowershellConvert('Invoke-RestMethod'), };