-
I'd like to experiment in restclient and then map this to a function I can save and use
-
Relevant to https://github.com/romana/core/blob/fix/k8s-listener
Example in https://github.com/romana/core/blob/fix/k8s-listener/romana/kubernetes/listener.go#L286
``` Go
t := &tenant.Tenant{}
…
-
Currently rest-client's exceptions are a bit of a mess. `RestClient::RequestTimeout` is used both to indicate HTTP 408 and to indicate some (but not all) types of socket timeout errors.
It seems li…
-
My custom field is a text field and it's ID is 'customfield_10000'
I successfully accessed the field and set the value:
`issue.update().field("customfield_10000", "123").execute();`
but trying
`Issue.…
-
I cannot find a way to encode a forward-slash (`/`) into a `path` in HTTPBuilder (as `%2F`).
Example:
```groovy
def http = new HTTPBuilder('https://gitlab.com/api/v3/')
http.setHeaders ['PRIVATE…
tyrel updated
6 years ago
-
Is there a way to perform requests resulting in json responses without including request/response info in comments in the results buffer?
That is, a way to not show responses like this:
``` json
{
…
-
I have strings that contain handlebars expressions, as follows
```http
POST /templates
Content-Type: application/json
{
"text": "{{ping}}"
}
```
How do I escape `{{ping}}` to avoid res…
-
I keep getting Unauthorized when I try a request with basic auth in restclient-mode, so I exported it to curl with `C-c C-u`, and got a very elaborately escaped command:
Initial curl request:
``…
-
- For example the OllamaOptions class contains Ollama options properties as well as non-model related options such as `format`, `model`, `keep-alive` used for call request creation. Later are filtered…
-
When I'm in a VSCode Live Share, and I send a request from RESTClient, the response window does not open for my Live Share guests. Is this at all possible?