-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from dbidwell94/master
New alpha release
- Loading branch information
Showing
30 changed files
with
8,780 additions
and
4,443 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## 0.0.16-alpha.0 | ||
|
||
- Update dependencies | ||
- Add visual indicator for response time to the response viewer | ||
- Change preact -> react | ||
- Update dev dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,40 @@ | ||
|
||
# Patchman | ||
|
||
A fast, native cross-platform open source API viewer | ||
|
||
|
||
## Roadmap | ||
|
||
- Support for HTTP REST API's | ||
- Support for GraphQL | ||
- Support for WebSockets | ||
- Support for raw TCP sockets | ||
- Support for saving and sharing request history | ||
- Support for saving and sharing request / response history | ||
|
||
## Tech Stack | ||
|
||
| TypeScript | Rust | Compiler | | ||
|-----------------------------------------|------------------------------------------------|----------------------------------------| | ||
| [React.JS](https://reactjs.org/) | [Tauri](https://tauri.app/) | [Vite](https://vitejs.dev/) | | ||
| [MUI](https://mui.com/) | [Raxios](https://github.com/dbidwell94/raxios) | [Rustc](https://www.rust-lang.org/) | | ||
| [React Router](https://reactrouter.com/)| [Serde](https://serde.rs/) | | | ||
| TypeScript | Rust | Compiler | | ||
| ---------------------------------------- | ---------------------------------- | ----------------------------------- | | ||
| [Preact](https://preactjs.com/) | [Tauri](https://tauri.app/) | [Vite](https://vitejs.dev/) | | ||
| [MUI](https://mui.com/) | [Reqwest](https://docs.rs/reqwest) | [Rustc](https://www.rust-lang.org/) | | ||
| [React Router](https://reactrouter.com/) | [Serde](https://serde.rs/) | | | ||
|
||
## Building | ||
|
||
Requirements: | ||
|
||
- Rust stable -- [Rustup](https://rustup.rs/) | ||
- NodeJS -- [NodeJS](https://nodejs.org/en/) | ||
- PNPM -- [pnpm](https://pnpm.io/) | ||
- NPM -- [npm](https://www.npmjs.com/) | ||
- (Optional) Visit [Tauri](https://tauri.app/v1/guides/getting-started/prerequisites) to view any prerequisites you may need to build locally | ||
|
||
Building: | ||
|
||
```bash | ||
pnpm i && pnpm run tauri build | ||
npm ci && npm run tauri build | ||
``` | ||
|
||
Output will be in `<projectDir>/src-tauri/target/release/patchman<.systemExt?>` | ||
|
||
## License | ||
|
||
[MIT](https://choosealicense.com/licenses/mit/) | ||
|
Oops, something went wrong.