-
Imagine I get some HAL from a server that looks like this (in part, maybe):
```
{
'_links': {
'self': { 'href': '/users/12345' },
'profile_image': { 'href': '/user/12345/face' }
}
}
```
…
-
Hi,
I am using Springfox 2.9.2.
I seem to still be experiencing a bug with HAL which is reported as fixed. The issue is described in #1980 and was reported fixed in #1927.
What I am seeing is…
-
According to [the JSON HAL Draft, section 4.1.1](https://tools.ietf.org/html/draft-kelly-json-hal-08#section-4.1.1):
> It [the "_links" property] is an object whose property names are link relation…
-
Hello again,
I have an [atmega8535](https://www.microchip.com/en-us/product/ATmega8535) on my desk, which i can be ISP programmed with my other arduino using the arduino IDE.
Does anyone know wh…
-
Calling `client.beta.threads.create_and_run` errors out with the following
`invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-fA-F-], found `r` at 1%`
Same error with…
-
### What happened?
Crash seems to happen while in Checkpoint Manager view, but I am unable to provide a good repro. Crash has happened 3x in 24 hours, so it's getting bad. I suspect it is related t…
-
Étant donné que nous avons des fichiers XML (contenant les mentions de logiciels), il serait judicieux de modifier la base de données et de la nourrir uniquement avec ces fichiers XML. Pour ce faire, …
-
Example of working REST call to drupal
http://drupal.com/api/relay/5?_format=hal_json¶m2=081714449¶m1=112011310
-
I’m using RAML. When I specify an integration response header in my config JSON file, like so:
``` json
"^401.*": {
"statusCode": "401",
"responseParameters": {
"method.response.heade…
-