spacetime icon indicating copy to clipboard operation
spacetime copied to clipboard

A fully featured cross-platform API Client for REST, gRPC, and more. Built with .NET MAUI Blazor

Results 23 spacetime issues
Sort by recently updated
recently updated
newest added

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

1. Run app for the first time / clean install 2. The app containers are "stacked" instead of side to side

bug

We added the ability to beautify responses in #10. Implement the toggle setting using the "Paint" icon on the Response toolbar. - [ ] Add toggle (either globally or per...

enhancement
good first issue
help wanted

- [ ] Write scripts to publish a Mac executable / installer - [ ] Add Mac build to Github Actions - [ ] Automatically create release with Mac `.app`...

enhancement
help wanted

Pasting in to inputs on the REST client are causing the pasted contents to be duplicated. 1. Create a new request 2. Paste a URL in to the Request URL...

bug

Add support for toggling headers on and off for a request. Currently, only deletion is allowed. - Add a checkbox to enable / disable - Modify UX to indicate header...

enhancement
good first issue
help wanted

Add support for secret headers, for example, if adding an `Authorization` header - you don't always need or want the value to be visible. These should be treated as secrets.

enhancement

In the current flow, we add all services found in the reflection service of a gRPC server to the collection. - Detect matching services and default to update them -...

Currently, Spacetime supports adding new gRPC services using reflection. We now need support for updating these services. **Simple** - Right click on a service, the context menu should have an...

enhancement

Once #31 is done, we should be able to add a "refresh" button near the "add service" button in the request pane. This should refresh all the services using the...

enhancement