-
If the server responds with redirect (301 or 302), the crawler should follow these redirects (like curl is able for example), otherwise it's missing a bunch of crawlable content
-
Im trying to do something like this:
https://github.com/marmelab/admin-on-rest-demo/blob/master/src/dashboard/Dashboard.js
How can I use ` restClient(GET_LIST, 'commands', {` with this implementat…
pcg92 updated
7 years ago
-
As we have in many other clients (if not all) we should be able to change the user agent or even to force the user agent to show the application name instead of the default `rest-client/X.Y.Z`.
-
### Expected behaviour
the following code sends a request to instagram and prints all of the recieved headers in to the console:
```
RestClient::Connection *conn = new RestClient::Connection("h…
-
### What happened?
[fusionauth-webapp-79fbff7d4f-jf5p2_fusionauth.log](https://github.com/user-attachments/files/16659635/fusionauth-webapp-79fbff7d4f-jf5p2_fusionauth.log)
I don't know if the e…
-
When I work with queries written on backend, it works fine. But when call stored procedures from 'client.query' and run using restClient, it first gives result set and at second run gives{affectedRow…
-
Thanks a bunch on your project as this is great. I was wonding if you could point me to proper format to include json in a PUT call. Apologies for rudimentary question does this look correct for the…
-
### What is the bug?
The various clients exposed by `SDKClient` include this warning in the `initialize()` methods:
> `The user is responsible for calling {@link #doCloseJavaClients()} when finish…
-
First of all, thanks a lot @langchain4j for building such a great framework!
In the last few months, I’ve been working on Spring Boot support for LangChain4j in this project: https://github.com/Thom…
-
I am migrating our frontend to use Vite. We are using the OpenAPI generator Axios client to generate all our API code from a specification.
I have generated the code again, and see it in the target…