httpbook

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

MIT License

Stars
60

Bot releases are hidden (Show)

httpbook - v3.2.3 Latest Release

Published by AnWeber 12 months ago

Fix

  • variables carry over between cells (#102)
httpbook - v3.2.2

Published by AnWeber about 1 year ago

Fix

  • use cellHttpFile as source of truth for environemnt detection (#99)
httpbook - v3.2.1

Published by AnWeber about 1 year ago

Fix

  • changing environment of cell is used in send command (#99)
httpbook - v3.2.0

Published by AnWeber over 1 year ago

Features

  • change output format for rfc7230 output

Fix

  • @ref uses correct httpFile to refernce region (Anweber/httpyac#425)
  • json response is shown after reopen
httpbook - v3.1.6

Published by AnWeber about 2 years ago

Fix

  • code cell generation no longer swallows blank lines (#75)
httpbook - v3.1.5

Published by AnWeber about 2 years ago

Fix

  • fix order of markdown/ cell blocks (#74)
httpbook - v3.1.4

Published by AnWeber about 2 years ago

Fix

  • httpBook uses history feature of vscode-httpyac
httpbook - v3.1.3

Published by AnWeber about 2 years ago

Fix

  • environment change did not change environment of all notebook cells
httpbook - v3.1.2

Published by AnWeber about 2 years ago

Fix

  • do not output responses of @ref and @forceRef (#63). Output all responses only if setting httpbook.outputAllResponses is enabled
httpbook - v3.1.1

Published by AnWeber over 2 years ago

Fix

  • use languageId instead of mimetype for markdown text (#54)
httpbook - v3.1.0

Published by AnWeber over 2 years ago

Features

  • update API to vscode-httpyac to support languageId in output channel
httpbook - v3.0.2

Published by AnWeber over 2 years ago

Fixes

  • execution of code cell is working (#47)
  • explicitly use mime text/x-json till microsoft/vscode#144622 is resolved
httpbook - v3.0.1

Published by AnWeber over 2 years ago

Fixes

  • moved getDocumentPathLike support to vscode-httpyac (AnWeber/vscode-httpyac#106)
httpbook - v3.0.0

Published by AnWeber over 2 years ago

Breaking Changes

  • Setting Got Options directly on the request will be removed in one of the next versions. Got checks in v12 whether only valid options are set. But since options and custom properties are mixed at the request object, such a separation would be difficult. Please change request[...] to request.options[...].

Features

httpbook - v2.2.2

Published by AnWeber over 2 years ago

Fix

  • remove cookieStore NotebookCellStatusBarItem to support update of vscode-httpyac
httpbook - v2.2.1

Published by AnWeber almost 3 years ago

Fix

  • no blank cells after save (#36)
  • environments selection button is not empty (#30)
httpbook - v2.2.0

Published by AnWeber almost 3 years ago

Features

  • log Stream in notebook output
httpbook - v2.1.1

Published by AnWeber almost 3 years ago

Fix

  • fix parsing error if other httpBook is open and active (#33)
httpbook - v2.1.0

Published by AnWeber almost 3 years ago

Features

  • add WebSocket support
  • add MQTT support
  • add Server-Sent Events support
  • HTTP header array support added
  • added oauthSession2 Variable to directly access OAuth2 Token
  • add additional Meta Data
    • @verbose to increase log level to trace
    • @debug to increase log level to debug
    • @keepStreaming of MQTT, Server-Sent-Events or WebSocket until the session is ended manually
    • @sleep supports variables
    • documentation of meta data added to outline view
  • better auto completion support
  • added more snippets for MQTT, WebSocket and Server-Sent Events

Fix

  • response body is logged to output channel
httpbook - v2.0.1

Published by AnWeber about 3 years ago

Fix

  • show intermediate results directly with gRPC and not only at the end of the stream
  • remove svg-sprite-loader to get rid of security warning