-
Using restlet got a lot harder due setting and reading http headers uses a whole range of methods
https://restlet.com/technical-resources/restlet-framework/guide/2.3/core/http-headers-mapping
It woul…
-
Btw... I remember there was a Monero Ocean API I could tie in...
https://api.moneroocean.stream
https://cryptonote-pool-api.restlet.io/
-
When a restlet (2.2.0) application is running on tomcat behind an apache proxy, the port number in the Reference returned by Resource#getReference() is incorrect. This Reference uses the port tomcat i…
-
I have a resource subclass that provides HTML and JSON representations using `@Get("html")` and `@Get("json")` annotations. In Java 8, the correct representation is returned based on the value of the …
-
``` java
ClientResource cr = new ClientResource("127.0.0.1:8080/api/devices");
cr.getConverterService().setEnabled(true);
Engine.getInstance().getRegisteredConverters().add(new JacksonConverter());
…
-
Hi,
I'm facing one problem when configuring RestletComponent with relative path using spring in apache camel.
i configured SpringServerServlet and RestletComponent as documented on camel site.
when…
-
When using ClientResource to send out data, Server receives null object for this code:
``` java
try {
ClientResource resource = new ClientResource("/path/to/resource");
resource.setOnResp…
-
Hi, thanks for this package. I am a newbie writing some suitescripts, and need to get this oauth working for accessing a restlet. I can't seem to get this to work and and I'm not familiar with the way…
-
Giving this output:
```shell
$ java -DserverURL=http://fooservice.bridgedb.org -jar dist/org.bridgedb.server.jar
Starting server on port 8183
May 02, 2018 1:26:32 PM org.restlet.engine.http.Stre…
egonw updated
4 months ago
-
Hello,
I have finished the last elements for the documentation readers and they can be now added to the platform UI.
More specifically there are two (three depending on the capacities of the UI)…