AnWeber / httpbook

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
https://httpyac.github.io/
MIT License
61 stars 4 forks source link

Support for polyglot notebooks #103

Open boehmet opened 11 months ago

boehmet commented 11 months ago

Would it be possible to integrate HttpBook with the polyglot notebooks in VSCode?

This would enable advanced use cases, e.g. fetching secrets from Azure KeyVaults, etc. using C# or PowerShell.

Has anybody looked into what would be required?

AnWeber commented 10 months ago

@boehmet I would have done a quick search, but couldn't find a specific interface. But I find the idea quite charming. Do you know an API or description of how I can implement the feature?