Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PraneetNeuro/Patchman
A macOS application to test APIs with HTTP methods (Decluttered Postman)
https://github.com/PraneetNeuro/Patchman
alamofire axios fetch json postman rest-api swiftui test
Last synced: 3 months ago
JSON representation
A macOS application to test APIs with HTTP methods (Decluttered Postman)
- Host: GitHub
- URL: https://github.com/PraneetNeuro/Patchman
- Owner: PraneetNeuro
- License: mit
- Created: 2021-03-16T15:05:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T07:19:20.000Z (over 3 years ago)
- Last Synced: 2024-06-26T01:31:41.627Z (5 months ago)
- Topics: alamofire, axios, fetch, json, postman, rest-api, swiftui, test
- Language: Swift
- Homepage:
- Size: 737 KB
- Stars: 149
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Patchman
A macOS application to test APIs with HTTP methods (Decluttered Postman), built with SwiftUI.
## Features:
1. Supports the GET, POST, PUT, PATCH, DELETE methods
2. Easy to use / adaptive UI
3. Supports bulk requests (takes in all request bodies in the form of a CSV)
4. Can save request profiles as well as presets for commonly used headers and request body fields
5. Can save / open request profiles on / from disk to share with your team!
## JSON Editor support for request body / headers
![Home](https://github.com/PraneetNeuro/Patchman/blob/main/Snaps/Screenshot%202021-04-07%20at%207.06.52%20PM.png?raw=true)
## Easy to use UI
![Home](https://github.com/PraneetNeuro/Patchman/blob/main/Snaps/Home1.png?raw=true)
## Supports bulk requests
![Home](https://github.com/PraneetNeuro/Patchman/blob/main/Snaps/Home2.png?raw=true)