Kreya
Kreya copied to clipboard
Kreya is a GUI client for gRPC and REST APIs with innovative features for environments, authorizations and more.
**Is your feature request related to a problem? Please describe.** I found that Kreya always use camelCase in Request and Response, which makes my project become inconsistent because we are...
**Describe the bug** I've been experimenting with a local grpc server when I saw that each call needs exactly around 2 seconds. Between "resolution stop" and "connection established" there is...
Hello, I would love to test your app, however, there are no ARM64 versions for any of the supported Operating Systems. (And I don't want to deal with the battery-hit...
I get error "Value to add was out of range" for google.protobuf.Timestamp. Same request in other app return: "time": { "seconds": "1644314513868", "nanos": 0 } Log: { "kreyaVersion": "1.7.0", "platform":...
I am currently working on a grpc implementation in Typescript, and the request I send to the service triggers an error of "incomplete message", it would be very helpful to...
At the moment there is support for Google Service Account, but that forces us to create service account for each developer. Would be great to have support for Google User...
**Describe the bug** When importing methods from protobuf file which includes multiple option parameters, only the first method is imported all other methods after the first imported method are not...
**Is your feature request related to a problem? Please describe.** Currently, it isn't possible to invoke multiple operations simultaneously. For example, one cannot do the following: 1. Start/invoke operation 1,...
In Visual Studio I use resharper. When I am writing a unittest and need a GUID, I can type `nguid` to generate a GUID. I think this might be a...
**Describe the bug** Trying to import a protobuf that uses https://github.com/google/fhir/tree/master/proto/google/fhir/proto throws an error making us unable to use Kreya in our company. I was unable to dig into the...