vscode-httpyac

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code

MIT License

Stars
235

Bot releases are visible (Hide)

vscode-httpyac - v2.11.0

Published by AnWeber over 3 years ago

Features

  • add parser for response and responseRef
  • add documentStore to extensionApi
vscode-httpyac - v2.10.0

Published by AnWeber over 3 years ago

Features

  • dependency updates of open, inquirer and dotenv
vscode-httpyac - v2.9.0

Published by AnWeber over 3 years ago

Features

  • force inject variables with metadata setting (# @injectVariables)
vscode-httpyac - v2.8.0

Published by AnWeber over 3 years ago

Features

  • support remote repositories
  • add support for mimetype application/x-javascript
  • update dotenv to 9.0.2
  • add setting to disable codelens in notebooks
  • add settting to enable showing request output
  • extended extensionApi with ResponseOutputProcessor

Fix

  • fix error in settings for requestGotOptions
vscode-httpyac - v2.7.0

Published by AnWeber over 3 years ago

Features

  • all markdown utils exported
  • reuse parser promise on same version and filename
  • qna redirect to github discussions

Fix

  • use shared env on empty environment array
  • delimiter ignored on source of httpregion
vscode-httpyac - v2.6.0

Published by AnWeber over 3 years ago

Features

  • extended extension api
  • toMarkdown with better option support and style change
  • httpClient is optional on httpyacApi.send

Fix

  • incomplete httpRegion.source fixed
vscode-httpyac - v2.5.0

Published by AnWeber over 3 years ago

Breaking Changes

  • Action method changed to process instead of processor
  • VariableReplacer changed to object with replace method, to implement better trust support

Features

  • better static code analysis in project
  • json schema support for .httpyac.json
  • rest client dynamic variable support ($guid, $randomInt, $timestamp, $datetime, $localDatetime, $processEnv, $dotenv)

Fix

  • ref and forceRef support is fixed
  • error on executing httpRegionScript
vscode-httpyac - v2.4.0

Published by AnWeber over 3 years ago

Features

  • better test method support
  • refactored response in script to http response instead of body
  • multiple output formats for response view (body, header, full, exchange)

Fix

  • unnecessary file parse when using ref in vscode
  • fixed error in code generation with query parameters (#21)
vscode-httpyac - v2.3.0

Published by AnWeber over 3 years ago

Features

  • define global script executed after every request
  • set ssl client certifcates per request
  • intellij syntax support for metadata (// @no-cookie-jar)
  • send many http regions at once (select per picker)

Fix

  • priority of config initialization adjusted
vscode-httpyac - v2.2.0

Published by AnWeber over 3 years ago

Feature

  • support for ssl client certficates
  • note http version (version 1.1 disables http2 support)
  • cookiejar support
vscode-httpyac - v2.1.0

Published by AnWeber over 3 years ago

Fix

  • error in signing request with aws
Related Projects