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 visible (Hide)

httpbook - v2.0.0

Published by AnWeber about 3 years ago

Features

  • gRPC Request support
    • Unary RPC
    • Server Streaming
    • Client Streaming
    • Bi-Directional Streaming
  • add history view to explorer activity bar (visible when history entries exists)
  • add meta option sleep (wait x milliseconds before request)
  • Basic Authentication with Whitespace in username or password (Basic {{username}}:{{password}})
  • register script task for event hooks (streaming, request, response, after)

Fix

  • input and quickpick variable replacer fixed
  • transientOutputs is set according to saveWithOutputs (#31)
httpbook - v1.2.0

Published by AnWeber about 3 years ago

Features

httpbook - v1.1.0

Published by AnWeber about 3 years ago

Features

httpbook - v1.0.0

Published by AnWeber over 3 years ago

Features

httpbook - v0.26.0

Published by AnWeber over 3 years ago

Features

  • workaround for missing default mime renderer (microsoft/vscode#125876)
httpbook - v0.25.0

Published by AnWeber over 3 years ago

Fix

  • NotebookCellStatusBarItem does not support vscode.uri as argument (microsoft/vscode#124529)
httpbook - v0.24.0

Published by AnWeber over 3 years ago

Features

  • add new meta data @noRejectUnauthorized, to disable ssl verification
  • add better json schema support in settings and file .httpyac.json
  • improve error for SSL Validation error
  • add completion for new meta data

Fix

  • use args to always open/save correct cell response
httpbook - v0.23.0

Published by AnWeber over 3 years ago

Features

  • support cancellation of execution
httpbook - v0.22.0

Published by AnWeber over 3 years ago

Fix

  • monaco editor supporty application/xml
httpbook - 0.21.0

Published by AnWeber over 3 years ago

Fix

  • outputs are saved correctly
  • monaco editor is only used if not empty body
httpbook - v0.20.0

Published by AnWeber over 3 years ago

Features

  • update monaco-editor
  • remove enable proposed api
  • saving outputs can be disabled
httpbook - v0.19.0

Published by AnWeber over 3 years ago

Features

  • update monaco-editor

Fix

  • update normalize-url
  • fix Protocol "https:" not supported. Expected "http:" (disable http2)
httpbook - v0.18.0

Published by AnWeber over 3 years ago

Features

  • search notebookRenderer supporting mimeType
httpbook - v0.17.0

Published by AnWeber over 3 years ago

Features

  • update to new notebook api
httpbook - v0.16.0

Published by AnWeber over 3 years ago

Features

  • change to new createNotebookCellExecution
  • response output is saved (is still in development)

Fix

  • fix support of file references as request body
httpbook - v0.15.0

Published by AnWeber over 3 years ago

Features

  • change to new notebookRender contribution
  • remove onDidReceiveMessage, because of changing api
httpbook - v0.14.0

Published by AnWeber over 3 years ago

Features

  • update to new vscode renderer api
  • remove use of --vscode- CSS Variables
httpbook - v0.13.2

Published by AnWeber over 3 years ago

Fix

  • removed direct access of httpyac
httpbook - v0.13.1

Published by AnWeber over 3 years ago

Fix

  • use only type import for httpyac
httpbook - v0.13.0

Published by AnWeber over 3 years ago

Features

  • use new NotebookRenderer Api
  • Monaco Editor as default Editor
  • use ContentType of Response as Output

Fix

  • testResults output is working again