hateoas
Here are 233 public repositories matching this topic...
-
Updated
Nov 23, 2019 - C#
Current, we have to do stuff like this to mesh a custom controller with a Spring Data REST one.
private static Link applyBasePath(Link link, String basePath) {
URI uri = link.toUri();
URI ne-
Updated
Apr 18, 2017 - JavaScript
The links from the website to the GitHub repository examples are broken. They are missing /katharsis-framework/ from the path I think.
-
Updated
Jun 24, 2018 - Java
Improve README.md
- Add introduction to HATEOAS concept
- Improve introduction that tells how this package works
- Improve general example on how to use this package
- Document all customization options
-
Updated
Apr 4, 2020 - PHP
-
Updated
May 17, 2020 - Java
-
Updated
Apr 11, 2020 - C#
-
Updated
Sep 4, 2019 - C#
-
Updated
Mar 31, 2020 - C#
I see there's some dead links still pointing to pomona.io in the README. Should just do a search replace in the whole repo to replace with pomona.okb.no.
-
Updated
Feb 6, 2016 - HTML
-
Updated
Apr 17, 2020 - Java
-
Updated
Nov 1, 2019 - Scala
-
Updated
Jan 10, 2019 - JavaScript
-
Updated
Apr 5, 2017 - JavaScript
| Q | A |
|---|---|
| Bug report? | yes |
| Feature request? | yes |
| QueryBundle version | 2.4 |
A bit of documentation for #173 is required!!
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jun 6, 2020 - C#
-
Updated
Aug 20, 2019 - Java
The Api Documentation has to explicitly list endpoints for Express to hook up the router
A minimal document (excerpt) is like:
@base <http://localhost:9999/> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
api:Entrypoint a hydra:Class .
<> a api:Entrypoint .
The @base weird here as deploying to different environments will change the base URL. I propose that it is
SPARQL middleware
-
Updated
May 25, 2020 - TypeScript
Improve this page
Add a description, image, and links to the hateoas topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hateoas topic, visit your repo's landing page and select "manage topics."
Web Linking allows for an Anchor property: https://tools.ietf.org/html/rfc8288#section-3.2
It would be great to populate this when possible from either the URL or the Web Link anchor.