All Projects → AnWeber → httpbook

AnWeber / httpbook

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

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to httpbook

Hivemq Mqtt Tensorflow Kafka Realtime Iot Machine Learning Training Inference
Real Time Big Data / IoT Machine Learning (Model Training and Inference) with HiveMQ (MQTT), TensorFlow IO and Apache Kafka - no additional data store like S3, HDFS or Spark required
Stars: ✭ 204 (+1033.33%)
Mutual labels:  mqtt, grpc
Grpcui
An interactive web UI for gRPC, along the lines of postman
Stars: ✭ 2,490 (+13733.33%)
Mutual labels:  grpc, postman
Swell
Swell: API development tool that enables developers to test endpoints served over streaming technologies including Server-Sent Events (SSE), WebSockets, HTTP2, GraphQL, and gRPC.
Stars: ✭ 517 (+2772.22%)
Mutual labels:  grpc, postman
aranya
Control all kinds of devices with Kubernetes
Stars: ✭ 16 (-11.11%)
Mutual labels:  mqtt, grpc
amshan-homeassistant
Home Assistant integrasjon for strømmålere (AMS/HAN/P1). Integrasjonen støter både streaming (serieport/TCP-IP) og MQTT (Tibber Pulse, energyintelligence.se etc)
Stars: ✭ 39 (+116.67%)
Mutual labels:  mqtt
grpc-spring-boot-starter
No description or website provided.
Stars: ✭ 16 (-11.11%)
Mutual labels:  grpc
visualize-data-with-python
A Jupyter notebook using some standard techniques for data science and data engineering to analyze data for the 2017 flooding in Houston, TX.
Stars: ✭ 60 (+233.33%)
Mutual labels:  notebook
Book-Finder
Book Finder application is a client-server application (gRPC) for educational purposes.
Stars: ✭ 20 (+11.11%)
Mutual labels:  grpc
pulseha
PulseHA is a active-passive high availability cluster daemon that uses GRPC and is written in GO.
Stars: ✭ 15 (-16.67%)
Mutual labels:  grpc
liftbridge-api
Protobuf definitions for the Liftbridge gRPC API. https://github.com/liftbridge-io/liftbridge
Stars: ✭ 15 (-16.67%)
Mutual labels:  grpc
mqtt-mock
mqtt压测工具。支持subscribe、publish压测方式,支持模拟客户端连接数。
Stars: ✭ 78 (+333.33%)
Mutual labels:  mqtt
shairport-sync-mqtt-display
Display currently playing info, with remote control, using shairport-sync's MQTT support
Stars: ✭ 17 (-5.56%)
Mutual labels:  mqtt
hivemq-testcontainer
Automatic starting HiveMQ docker containers for JUnit4 and JUnit5 tests. This enables testing MQTT client applications and integration testing of custom HiveMQ extensions.
Stars: ✭ 17 (-5.56%)
Mutual labels:  mqtt
zmosq
MQTT/Mosquitto / ZeroMQ proxy
Stars: ✭ 22 (+22.22%)
Mutual labels:  mqtt
lannister
A lightweight MQTT broker w/ full spec,Clustering,WebSocket,SSL written in Java
Stars: ✭ 20 (+11.11%)
Mutual labels:  mqtt
ComfoAirQ-Homie
Homie4 for Zehnder ComfoAirQ
Stars: ✭ 14 (-22.22%)
Mutual labels:  mqtt
mqtt5.0-cn
MQTT Version 5.0 Chinese
Stars: ✭ 22 (+22.22%)
Mutual labels:  mqtt
go-grpc-pg
Simple service exposing a gRPC interface, with a connection to PostgreSQL on the backend
Stars: ✭ 33 (+83.33%)
Mutual labels:  grpc
kafka-connect-iot-mqtt-connector-example
Internet of Things Integration Example => Apache Kafka + Kafka Connect + MQTT Connector + Sensor Data
Stars: ✭ 170 (+844.44%)
Mutual labels:  mqtt
tutorial
Tutorial for using the CampusIoT platform
Stars: ✭ 22 (+22.22%)
Mutual labels:  mqtt

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

@user = doe
@password = 12345678

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

more examples and guide

Configuration

httpbook uses vscode-httpyac as extension dependency and reuses all of the settings.

License

MIT License

Change Log

See CHANGELOG here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].