Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anweber/httpbook

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
https://github.com/anweber/httpbook

graphql grpc http mqtt notebook postman rest websocket

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        


HttpYac Logo

# Httpbook - Rest Client

> httpBook extension (opens new window)provides a Notebook Editor Interface for Http Requests. Send REST, SOAP, GraphQL and gRPC requests directly in Notebook Editor. Notebooks allows you to create and share documents that contain live code, equations, visualizations and narrative text.



HttpYac

HttpYac Extension

## Example

```html
@user = doe
@password = 12345678

GET https://httpbin.org/basic-auth/{{user}}/{{password}}
Authorization: Basic {{user}} {{password}}
```

more [examples](https://httpyac.github.io/guide/examples) and [guide](https://httpyac.github.io/guide/)

## Configuration

httpbook uses [vscode-httpyac](https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac) as extension dependency and reuses all of the settings.

## License
[MIT License](LICENSE)

## Change Log
See CHANGELOG [here](CHANGELOG.md)