-
I'm on a relatively old laptop running Debian 8.6.0 32-bit headless and OH2 beta. Running `cat /sys/class/power_supply/BAT0/capacity` gives me `98`, but the SystemInfo binding always gives me `0.0`. A…
-
_Spring Restdocs_ provides a great feature `alwaysDo` with parameterized output directories like `{method-name}`.
If I'm using `{method-name}` _Spring Restdocs_ will simply apply following transforma…
-
Some requests return array of data items and usually there is more data than we should to put in our documentation because it will be unreadable and heavy documentation.
Is it possible to reduce resp…
-
Trying to use this command- ./yii build-rest-doc/run
For some reason it just takes the twig code and puts it into my html file.
Here is my config -
```
controllerMap' => [
'build-rest-doc'…
-
Doku für die Frontend-Leute erstellen
-
With RestAssured multipart support, we can go things like
``` java
given(spec)
.multipart("data1", new File("..'"))
.multipart("data2", new byte[] { 1 })
.multipart("data3", new FakeInput…
-
See https://github.com/spring-projects/spring-boot/issues/2708#issuecomment-210487687
It would perhaps be easiest to just call `springSecurity()` but we'd need to be careful to avoid Security's Filte…
-
for the `-e` option, the help says:
```
-e
Include examples into the Paths document
```
What is this ``?
- Is it the path where the output examples file should go? The description days it will…
-
As mentioned before, I am working on wiring spring restdocs and wiremock, so I uploaded a small project that demonstrates the current state: https://github.com/otrosien/restdocs-wiremock
From my poin…
-
Here's the test case:
```
@Test
public void postHello()
throws Exception
{
mockMvc.perform(post(buildApiPath("tests/hello")).param("name", "World").content("I have lots to share"))
…