Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anweber/httpbook
- Owner: AnWeber
- License: mit
- Created: 2021-05-01T19:27:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T07:33:51.000Z (13 days ago)
- Last Synced: 2025-01-10T00:11:49.031Z (4 days ago)
- Topics: graphql, grpc, http, mqtt, notebook, postman, rest, websocket
- Language: TypeScript
- Homepage: https://httpyac.github.io/
- Size: 1.61 MB
- Stars: 64
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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.
## Example
```html
@user = doe
@password = 12345678GET 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)