Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CommonGuy committed Mar 4, 2024
1 parent 823a111 commit 14604a3
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Kreya

![Screenshot of Kreya](https://kreya.app/screenshot.png)

Kreya is a GUI client for gRPC and REST APIs. It makes calling APIs easy! Supported features:
- Server reflection (gRPC)
- Kreya stores the files locally in JSON format for easy git-syncing (or any other syncing software)
- Unary, client-streaming, server-streaming and duplex requests (gRPC)
- File based storage for easy git-syncing (or any other syncing software)
- Supports HTTP/2 and HTTP/3
- Authentication configurations - declare once, use everywhere
- Environments
- Powerful templating language
- Project or directory settings (ex. define the endpoint only once for all requests)
- Environment support combined with a powerful templating language
- Directory settings (ex. define the endpoint or authentication once for all requests)
- Scripting and tests
- kreyac, the Kreya CLI
- Server reflection (gRPC)
- OpenAPI import (REST)
- And more!

## Where can I get it?
Expand All @@ -20,12 +23,3 @@ Checkout out the [Kreya documentation](https://kreya.app/docs/getting-started).

## Bugs / Feature requests
Submit bug reports or feature requests in the [issue tracker](https://github.com/riok/Kreya/issues). Please check if an identical issue already exists.

## Roadmap
In addition to the [open issues](https://github.com/riok/Kreya/issues), here is a broad overview of features we want to implement in Kreya:
- Expand scripting and tests
- Custom keymap support

Far future:
- Websockets support
- GraphQL support

0 comments on commit 14604a3

Please sign in to comment.