rest-client
Here are 880 public repositories matching this topic...
-
Updated
May 21, 2020 - Go
I'm trying to find the docs with the config options for java. I can't find anything on the docs here on github, but if I run $ autorest --help
I see this:
But If i run $ autorest --help --java
there are no java specific config options that exist when running with c#
instead.
autorest 3 beta?
Swagger supports adding examples along with spec: https://swagger.io/docs/specification/2-0/adding-examples/
We can add support to use swagger file as an input to vscode-restclient. This will save developers from maintaining 2 separate files for documenting REST APIs, swagger.yaml and restclient.http
For tracking updates and changes needed to the docs. I welcome community input here!
https://flurl.io/installation/
- Update supported platforms https://flurl.io/installation
- Mention Flurl.Http.Xml
- Url.Combine enhancements
https://flurl.io/testable-http/
- Query param assertions #102
- Can test in parallel (except PCL)
- Misc
-
Updated
May 24, 2020 - TypeScript
-
Updated
Dec 3, 2019 - Java
What is the functional equivalent of:
CURL *curl = curl_easy_init();
if(curl) {
curl_easy_setopt(curl, CURLOPT_URL, "https://example.com/");
curl_easy_setopt(curl, CURLOPT_SSL_CIPHER_LIST, "TLSv1");
ret = curl_easy_perform(curl);
curl_easy_cleanup(curl);
}
using RestClient-cpp?
See: [CURLOPT_SSL_CIPHER_LIST](https://curl.haxx.se/libcurl/c/CURLOPT_SSL_CIPHER_LIST.html
I love this library and use it for several different projects. There have been a few times where I've had to open issues, and the team working on this has always been great.
That being said I'd love to help more, possibly by opening PRs rather than issues. The place I get stuck at those is navigating the internals of the pr
Resizeable sidebar
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Apr 23, 2020 - Java
-
Updated
Apr 23, 2020 - C#
-
Updated
Mar 31, 2020 - TypeScript
-
Updated
May 18, 2020 - JavaScript
I can see that ValidateReply()
is called on a reply in RequestImpl.cpp
's GetReply(Context&)
, and if the result's status_code
falls outside of accepted range, the appropriate RequestFailedWithErrorException
is thrown.
However, RequestFailedWithErrorException
only includes the reply's HttpResponse
, which may be excluding some very useful information. It would be really helpful if **
add to vcpkg
-
Updated
Nov 12, 2019 - Python
-
Updated
Nov 15, 2018
-
Updated
May 15, 2020 - Python
I am trying to run the doca examples using the following commands:
lerna -v
node -v
git clone https://github.com/cloudflare/json-schema-tools.git
cd json-schema-tools
lerna bootstrap
cd workspaces/doca/example-schemas/draft-04
doca init
cd documentation
../../../../../scripts/yarn/bin/yarn install
../../../../../scripts/yarn/bin/yarn start
But I get warnings from webpack and
According to this line: https://github.com/sukona/Grapevine/blob/54b8299e571e8005e172755090560eb5b7e4be16/src/Grapevine/Shared/ParamParser.cs#L43
PathInfo which starts with ^
would be treat as regex.
This should be documented somewhere.
Write TLS guidance
https://msdn.microsoft.com/en-us/library/system.net.http.httpclienthandler.sslprotocols(v=vs.110).aspx
https://www.thesslstore.com/blog/microsoft-ends-tls-1-0-1-1-support/
https://stackoverflow.com/questions/40014047/add-client-certificate-to-net-core-httpclient
https://stackoverflow.com/questions/22251689/make-https-call-using-httpclient
The "Quick Open" dialog (Ctrl+O / Ctrl+P) currently only shows saved requests. It does not show any items from the history. This would be nice to have, though.
Requested in #25.
-
Updated
May 28, 2020 - Crystal
-
Updated
Mar 20, 2020 - JavaScript
Improve this page
Add a description, image, and links to the rest-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rest-client topic, visit your repo's landing page and select "manage topics."
Bug Report Checklist