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
- Host: GitHub
- URL: https://github.com/supanadit/restsuite
- Owner: supanadit
- License: apache-2.0
- Created: 2019-12-08T09:09:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T16:54:40.000Z (about 4 years ago)
- Last Synced: 2023-03-10T10:35:50.466Z (almost 3 years ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 1.44 MB
- Stars: 26
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Discontinue Repository
New project has been moved to [Restsuite V2](https://github.com/supanadit/restsuite-v2)

[](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
[](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.