An open API service indexing awesome lists of open source software.

https://github.com/supanadit/restsuite

Rest API Testing for Professional
https://github.com/supanadit/restsuite

api api-rest api-testing client developer-tools java java-swing java-swing-application java-swing-applications rest-api rest-api-test rest-api-tests swing swing-gui testing testing-tools tools

Last synced: 7 months ago
JSON representation

Rest API Testing for Professional

Awesome Lists containing this project

README

          

# Discontinue Repository

New project has been moved to [Restsuite V2](https://github.com/supanadit/restsuite-v2)

![Show Case](https://i.ibb.co/k4rmvwW/Screenshot-from-2020-06-19-10-13-40.png)

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/961465595d4a4e5785d8a0c586f64af7)](https://www.codacy.com/manual/supanadit/restsuite?utm_source=github.com&utm_medium=referral&utm_content=supanadit/restsuite&utm_campaign=Badge_Grade)

Open Source Rest API Testing

## Features
- Rest API Testing
- Websocket Testing
- SocketIO Testing
- Server Sent Event Testing (SSE)

## Download

Rest Suite is available for Mac, Windows and Linux and can be downloaded in
[Release Page](https://github.com/supanadit/restsuite/releases) and simply run

```shell script
java -jar restsuite-.jar
```

## Requirements
- Java 11 ( Will upgrade to Java 17 )

## How to Build Jar

```shell script
mvn clean compile assembly:single
```

## Next Release Features
- Proxy Support
- Setting
- Project / Workspace
- Environment
- Collection
- Beautify response and body raw
- Open response body in different window
- Open and edit body raw in different window

## Contribute
We love to see you contribute this project in any way

## Support
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N01CIMZ)

## License
Copyright 2019 Supan Adit Pratama

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.