You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swell is an API development tool that enables developers to test endpoints served over streaming technologies including Server-Sent Events (SSE), WebSockets, HTTP2, GraphQL, gRPC, WebRTC, OpenAPI, and WebHooks.
11
+
Swell is an API development tool that enables developers to test endpoints served over streaming technologies including Server-Sent Events (SSE), WebSockets, HTTP2, GraphQL, gRPC, WebRTC, and OpenAPI.
12
12
13
13
## Getting Started
14
14
@@ -31,7 +31,6 @@ Swell is a one-stop shop for sending and monitoring your API requests
31
31
- Compose test suites in JavaScript with Chai-style TDD/BDD assertion syntax
32
32
- Execute a collection of requests in succession and receive clear visual feedback of each test's status
33
33
- Schedule requests on to be sent on a regular time interval to support endpoint functional validation tests
34
-
- Register with Github to save and share Swell workspaces directly in your repository
35
34
36
35
## Supported Technologies
37
36
@@ -72,8 +71,6 @@ Swell is a one-stop shop for sending and monitoring your API requests
72
71
]
73
72
```
74
73
75
-
- _Webhooks_: Swell includes user-defined HTTP callback connection testing designed to test other server's connection to the web and ability to send data. The test insures that when an event occurs, the source site makes an HTTP request to the URL configured for the webhook.
- *New in Version 1.10.2!* _Import/Export Workspaces_: Swell allows you to import and export workspaces, making it easy to share collections with your team. You can even register with Github to save your workspaces directly into your repository!
93
+
94
+
## WIP Features
95
+
**Clone this repo and check out dev mode for the latest and greatest!**
96
+
97
+
- _Webhooks_: Swell includes user-defined HTTP callback connection testing designed to test other server's connection to the web and ability to send data. The test insures that when an event occurs, the source site makes an HTTP request to the URL configured for the webhook.
- *New in Dev Version 1.10.2!* _UI Updates_: Built with Material UI, a smoother, more intutive interface for enhanced user experience.
101
+
102
+
- *New in Dev Version 1.10.2!* _Github Integration + Import/Export Workspaces_: Swell allows you to import and export workspaces, making it easy to share collections with your team. You can even register with Github to save your workspaces directly into your repository!
0 commit comments