Skip to content

Commit f389a03

Browse files
committed
adding WIP section to README
1 parent 0f975fb commit f389a03

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/getswell/getswell/issues)
99
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Swell-%20For%20all%20your%20streaming%20API%20testing%20needs&url=https://www.getswell.io&hashtags=SSE,WebSocket,HTTP,API,developers)
1010

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, 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.
1212

1313
## Getting Started
1414

@@ -31,7 +31,6 @@ Swell is a one-stop shop for sending and monitoring your API requests
3131
- Compose test suites in JavaScript with Chai-style TDD/BDD assertion syntax
3232
- Execute a collection of requests in succession and receive clear visual feedback of each test's status
3333
- 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
3534

3635
## Supported Technologies
3736

@@ -72,8 +71,6 @@ Swell is a one-stop shop for sending and monitoring your API requests
7271
]
7372
```
7473

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.
76-
<kbd><img src="./ReadMeGifs/Gifs/Webhook.gif" style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd>
7774

7875
## Additional Features
7976

@@ -93,7 +90,16 @@ Swell is a one-stop shop for sending and monitoring your API requests
9390
- _Schedule Tests_: You can also automate sending requests to occur on a periodic basis.
9491
<kbd><img src="./ReadMeGifs/Gifs/ScheduleTest.gif"
9592
style="float: left; margin-right: 10px; margin-bottom : 30px; margin-top : 10px; border: 1px solid black;" /></kbd>
96-
- *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.
98+
<kbd><img src="./ReadMeGifs/Gifs/Webhook.gif" style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd>
99+
100+
- *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!
97103
98104
## Built With
99105

0 commit comments

Comments
 (0)