Skip to content

Commit 03abc89

Browse files
authored
Merge pull request #87 from mjmiguel/update-package.json-contributors
Update package.json contributors
2 parents 47dd140 + fec5623 commit 03abc89

22 files changed

+65
-61
lines changed

README.md

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Swell is currently available for OS X, Linux and Windows.
2121
Swell is a one-stop shop for sending and monitoring your API requests
2222

2323
* 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
2525
* Provides full streaming testing support for gRPC
2626
* Support for up to six concurrent connections
2727
* 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
3434
style="float: left; margin-right: 10px; margin-bottom : 30px; margin-top : 10px; border: 1px solid black;" /></kbd>
3535

3636
* *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"
3838
style="float: left; margin-right: 10px; margin-bottom : 30px; margin-top : 10px;" /></kbd>
3939

4040

@@ -47,27 +47,32 @@ Swell is a one-stop shop for sending and monitoring your API requests
4747
<kbd><img src="./ReadMeGifs/Swell_API_GraphQL_Query.gif"
4848
style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd>
4949

50-
### **Latest Swell v.0.4.0 update**
50+
5151
* *gRPC*: Swell includes full support for all four streaming types of gRPC - unary, client stream, server stream, bidirectional stream
5252
<kbd><img src="./ReadMeGifs/Swell_API_gRPC.gif"
5353
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>
5467

5568
## Additional Features
5669
* *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-
6170
* *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"
6372
style="float: left; margin-right: 10px; margin-bottom : 30px; margin-top : 10px; border: 1px solid black;" /></kbd>
6473

6574
## How to run tests
6675

67-
* Jest
68-
To run unit tests that check for relevant component rendering, use: "npm run test-jest"
69-
70-
* Mocha
7176
To run functional tests that check for functionality of each API network protocol, use: "npm run test-mocha"
7277

7378
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"
8590

8691
## Authors
8792

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)
88103
* **Anthony Terruso** - [discrete projects](https://github.com/discrete-projects)
89104
* **Brandon Marrero** - [brandon6190](https://github.com/brandon6190)
90105
* **Jason Ou** - [jasonou1994](https://github.com/jasonou1994)
-5.72 MB
Loading
Loading
-2.88 MB
Loading

ReadMeGifs/Swell_API_Collections.gif

-6.63 MB
Loading
6.98 MB
Loading

ReadMeGifs/Swell_API_SSE.gif

-4.84 MB
Loading

ReadMeGifs/Swell_API_WebSockets.gif

-6.77 MB
Loading

ReadMeGifs/Swell_API_gRPC.gif

-1.76 MB
Loading

ReadMeGifs/Swell_API_gRPC_smol.gif

-8.48 MB
Binary file not shown.

0 commit comments

Comments
 (0)