-
First, thank you for this amazing project that saved me a lot of time to create my API!
For my VueJS application, i would like to implement an auto discoverable API with HATEOAS + JSON HAL (imposed…
-
My question is: Wouldn't it be better for an API-consumer to have JSON-HAL conform JSON-Response available?
Otherwise a consumre would have to implement API logic in the client code and could not rel…
-
Responses are currently required to be ```hal+json```. The API we consume returns a 201 without data and a http header for a new location when we do a ```_post```. The request is successful but Hyperc…
espen updated
6 years ago
-
### Describe the bug
A Quarkus managed Jackson `ObjectMapper` is unable to deserialize the `HalEntityWrapper` type.
I am using this capability in a `QuarkusTest` to make assertions about the body of…
-
please add 'application/hal+json' to ContentType.JSON
HAL is expressed in JSON so adding hal+json to the content type should just work.
Here's the proposed change in ContentType.java
JSON("applicati…
-
I'm using a Raspberry Pi 3B+ board with OpenWRT OS (v23.05.2) and trying to use a Semtech SX1302 LoRa Corecell interface board via USB interface to use them as a LoRa Gateway setup (RPi + Semtech SX13…
-
This returns valid json so would be nice to have it processed as well as 'application/json' instead of string
-
Knowing that we don't want to rewrite `hal-json-vuex`: I still found some spare time to get a bit more familiar with Vue3 and its reactivity system. Instead of just following a random tutorial, I deci…
-
https://apisyouwonthate.com/blog/understanding-resources-and-collections-in-restful-apis/
Ideas for expanding the article:
- [ ] Standards, aka Hypermedia formats:
- [Hal](https://tools.ietf…
-
### The problem you're addressing (if any)
The scalability problem of a project might be caused **not only by tools being used**, but **by the way the tools are being used** as well.
1) Bad scal…