-
I'd like to suggest introducing a new Spring Boot starter aimed at client applications, with the necessary dependencies and autoconfiguration (e.g. `RestClientAutoConfiguration`) for HTTP and for rela…
-
typescript at some version after 1.6.2 added checks to the compiler that complain about bad style in the code and refuse to build:
```
Calling TypeScript compiler...
js/util/RestClient.ts(102,51): er…
mgmax updated
8 years ago
-
When I use a home grown Python client to query my Archiver Appliance, I get different key pairs for analog channels than I do for a boolean channel.
- JDK 11.0.2 (yes I need to change to JDK 12)
-…
-
I'm trying to access a server that has IP access restrictions and I need to make use of an SSH tunnel to get the request originating from allowed address. To set up a tunnel I've done
`ssh -L 8000:ht…
-
We use high level client and call RestClient.performRequestAsync() to search, monitor the time cost outside, after the search response, the time we count outside is 40s, but `took` in reponse is 10s.…
-
Sinatra - 1.4.7
Ruby - 2.3
Gem requirements:
RESTclient
https://github.com/twilio/twilio-ruby
JSON RESPONSE:
Sinatra + json
-
It would be nice to be able to change the client used by the default static methods.
The following would be sufficient:
```
public synchronized static void setClient(RestClient client) {
…
-
```
What steps will reproduce the problem?
1. Open the RestClient Tool view
2. Enter http://google.com/ in the address bar
3. Hit run
What is the expected output? What do you see instead?
Expected is…
-
Hi,
The Jenkins rest api needs a token for authentication. With curl the following command works fine:
`curl http://jenkins.server/api/json/?tree=jobs[name] --user myusername:mytoken`
How can such …
-
### Summary
Running https://github.com/DSharpPlus/DSharpPlus/pull/1908, mixed with some other updates: https://github.com/VereTech-Gaming/DSharpPlus/actions/runs/9507103601)
For some reason commands…