@@ -21,7 +21,7 @@ Swell is currently available for OS X, Linux and Windows.
21
21
Swell is a one-stop shop for sending and monitoring your API requests
22
22
23
23
* Send and monitor streams over HTTP2 (including SSEs) and WebSockets
24
- * Create GraphQL queries, mutations, and subscriptions
24
+ * Create GraphQL queries, introspections, mutations, and subscriptions
25
25
* Provides full streaming testing support for gRPC
26
26
* Support for up to six concurrent connections
27
27
* View request/response timing information in an interactive chart
@@ -34,7 +34,7 @@ Swell is a one-stop shop for sending and monitoring your API requests
34
34
style="float: left; margin-right: 10px; margin-bottom : 30px; margin-top : 10px; border: 1px solid black;" /></kbd >
35
35
36
36
* * Server-Sent Events (SSE)* : Swell displays SSE events one by one as they come in.
37
- <kbd ><img src="./ReadMeGifs/Swell_API_3_SSE .gif"
37
+ <kbd ><img src="./ReadMeGifs/Swell_API_SSE .gif"
38
38
style="float: left; margin-right: 10px; margin-bottom : 30px; margin-top : 10px;" /></kbd >
39
39
40
40
@@ -47,27 +47,32 @@ Swell is a one-stop shop for sending and monitoring your API requests
47
47
<kbd ><img src="./ReadMeGifs/Swell_API_GraphQL_Query.gif"
48
48
style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd >
49
49
50
- ### ** Latest Swell v.0.4.0 update **
50
+
51
51
* * gRPC* : Swell includes full support for all four streaming types of gRPC - unary, client stream, server stream, bidirectional stream
52
52
<kbd ><img src="./ReadMeGifs/Swell_API_gRPC.gif"
53
53
style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd >
54
+
55
+ ### ** Latest Swell v.0.6.0 update**
56
+ * * New Look* : Improved navigation and faster rendering processes
57
+ <kbd ><img src="./ReadMeGifs/ui-showcase.gif"
58
+ style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd >
59
+
60
+ * * GraphQL* : Schema Introspection and smart code editor features
61
+ <kbd ><img src="./ReadMeGifs/introspection.gif"
62
+ style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd >
63
+
64
+ * * gRPC* : Front-end for the gRPC composer section has been heavily optimized and refactored. Unnecessary component re-renders, as well as extraneous Redux reducer dispatch actions have been eliminated.
65
+ <kbd ><img src="./ReadMeGifs/Swell_API_gRPC.gif"
66
+ style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd >
54
67
55
68
## Additional Features
56
69
* * Collections* : Swell allows you to save collections for easier testing of multiple requests.
57
- <kbd ><img src="./ReadMeGifs/Swell_API_Collections.gif"
58
- style="float: left; margin-right: 10px; margin-bottom : 30px; margin-top : 10px; border: 1px solid black;" /></kbd >
59
-
60
-
61
70
* * Import/Export Collections* : Swell allows you to import and export collections, making it easy to share collections with your team.
62
- <kbd ><img src="./ReadMeGifs/Swell_API_ImportExportCol .gif"
71
+ <kbd ><img src="./ReadMeGifs/Swell_API_Collections .gif"
63
72
style="float: left; margin-right: 10px; margin-bottom : 30px; margin-top : 10px; border: 1px solid black;" /></kbd >
64
73
65
74
## How to run tests
66
75
67
- * Jest
68
- To run unit tests that check for relevant component rendering, use: "npm run test-jest"
69
-
70
- * Mocha
71
76
To run functional tests that check for functionality of each API network protocol, use: "npm run test-mocha"
72
77
73
78
Note: For the HTTP test to work, you will have to add a .env file with any MONGO URI.
@@ -85,6 +90,16 @@ E.g., MONGO_URI = "mongodb+srv://YOUR_URL"
85
90
86
91
## Authors
87
92
93
+ * ** Grace Kim** - [ gracekiim] ( https://github.com/gracekiim )
94
+ * ** Alex Sanhueza** - [ alexsanhueza] ( https://github.com/alexsanhueza )
95
+ * ** Wyatt Bell** - [ wcbell51] ( https://github.com/wcbell51 )
96
+ * ** John Madrigal** - [ johnmadrigal] ( https://github.com/johnmadrigal )
97
+ * ** Michael Miller** - [ mjmiguel] ( https://github.com/mjmiguel )
98
+ * ** Hideaki Aomori** - [ h15200] ( https://github.com/h15200 )
99
+ * ** Matt Gin** - [ chinsonhoag] ( https://github.com/chunsonhoag )
100
+ * ** Nick Healy** - [ nickhealy] ( http://github.com/nickhealy )
101
+ * ** Grace Spletzer** - [ gspletzer] ( https://github.com/gspletzer )
102
+ * ** Stephanie Wood** - [ stephwood] ( https://github.com/stephwood )
88
103
* ** Anthony Terruso** - [ discrete projects] ( https://github.com/discrete-projects )
89
104
* ** Brandon Marrero** - [ brandon6190] ( https://github.com/brandon6190 )
90
105
* ** Jason Ou** - [ jasonou1994] ( https://github.com/jasonou1994 )
0 commit comments