-
I like being able to send graphql queries with rest client, but it doesn't seem to support queries with fragments.
Example here: https://www.apollographql.com/docs/react/data/fragments/
Relates…
-
unit RestClient;
...
function Delete(Content: TStream): String; overload;
...
function TResource.Delete(Content: TStream): String;
begin
Result := ContentRequest(Content, METHOD_DELETE…
-
- REST Client Version: v0.24.4
- VSCode Version:1.53.0
- OS Version:mac os 11.0.1
Steps to Reproduce:
my setting.json
- "rest-client.requestNameAsResponseTabTitle": true,
I set it up, b…
-
### Task List
- [x] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [x] Example that reproduces the problem uploaded to Github
- [x] Full description of the issue provided (…
-
```
Mail from Tanusree M:
Hi,
First I want to thank you for the wonderful tool for helping testing the rest
web services.
I just started using the RESTClient GUI tool. I found it very interesting. W…
-
com.netflix.niws.client.http.RestClient is marked as deprecated, but it is not clear what the replacement API is. The javadoc comment says "Please see ribbon-rxnetty module for the Netty based client"…
-
RRB is a pretty heavy usage test and I don't think you need to prioritize this.
The RTL branch ran RRB just fine without JIT, at basically the same speed as release Ruby 2.6. But it crashed rapidly…
-
- REST Client Version: v0.25.1
- VSCode Version: Version: 1.88.0
- OS Version: Mac 14.4.1 (23E224
Steps to Reproduce:
1. create http file with
```
GET https://www.nytimes.com
```
2. click…
-
In JestClient
```
Health health = new Health.Builder().build();
JestResult result = client.execute(health);
```
In RestClient
```
Response response = client.performRequest("GET", "_clust…
-
## Current behavior
When the ItemsSource on a ListBox is set, no items are populated. However, if the browser is maximised or otherwise resized, the items will populate.
## Expected behavior
…