-
## Topic
### Title
Leveraging Hypermedia APIs to Simplify Web Front-Ends
### Summary
Hypermedia in a REST API can be leveraged to inform an API client of a number of things that the API pr…
travi updated
5 years ago
-
Link inside Samples section in Readme.md file all broken. Could you fix links?
View the Hypermedia.Sample.WebApi project for an example of how to use the Hypermedia library. The sample API is runn…
-
While HTTP APIs are very popular today, REST, Hypermedia and HATEOAS - while offering many great opportunities for API developers and consumers - never got broadly adopted.
Having build Hypermedia/…
-
This is my [cookicutter.json](https://github.com/hypermedia-app/hypermedia.app/blob/91760943f7e067f7b4e6610c50ce8feacec006b0/cookiecutter.json)
```json
{
"author": "Tomasz Pluskiewicz",
"ema…
-
Highly recommend reading this post on **Hypermedia APIs**:
https://medium.com/@lukestokes/why-your-colleagues-still-don-t-understand-hypermedia-apis-1a5a2cf82540#.up77ymznr written by @lukestokes & sh…
-
Sawyer assumes API requests return a single object. It then merges that object's hypermedia relations (HAL or similar) with the response's hypermedia (pulled from Link headers). This presents a prob…
-
There are two types, contextual hypermedia and cross cutting.
A few considerations
- Ideally do not want represenations to inherit from a base class (causes issues with plan application/json content…
-
The existing [hypermedia](https://github.com/spring-projects/spring-hateoas-examples/tree/master/hypermedia) example provides an overview on related resources (`Employee`, `Manager`), how to link them…
sbley updated
5 years ago
-
This includes:
- [x] Links to related resources like debit, credit, statements endpoint on accounts
- [x] Link to self
- [ ] Link to next / previous page on collections (in header)
- [x] Link to detai…
-
It would be nice if the library would allow to use `Traversion` with a freely chosen hypermedia type. This way someone could traverse a hypermedia based API even if it is not build on HAL.
The `Tra…