hypermedia-api
Here are 31 public repositories matching this topic...
Maybe we need better naming for our definitions :) Or ideally find the ones that are already used for the same definitions.
-
Updated
May 17, 2020 - C#
-
Updated
Oct 17, 2018 - Java
-
Updated
Apr 20, 2020 - Ruby
-
Updated
Feb 5, 2020 - 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 24, 2017
-
Updated
May 1, 2020 - JavaScript
-
Updated
Oct 23, 2019 - TypeScript
Most steps are either applicable to the HTTP response (such as inspecting response headers) or to resource representation (usually that means the body).
The documentation should be clear about it in the introductory pages.
-
Updated
Dec 21, 2019 - PHP
-
Updated
Oct 28, 2018 - CSS
-
Updated
Dec 11, 2015 - Ruby
-
Updated
Apr 9, 2018
-
Updated
Mar 1, 2020 - Ruby
-
Updated
Apr 23, 2018 - JavaScript
-
Updated
Mar 5, 2018 - Java
-
Updated
Jan 22, 2019 - Java
-
Updated
May 14, 2020 - Scala
-
Updated
Nov 2, 2018
-
Updated
Mar 28, 2018 - Java
-
Updated
Mar 28, 2017 - Go
-
Updated
Jan 24, 2018 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Apr 18, 2018 - Hack
-
Updated
Aug 13, 2017 - PHP
-
Updated
Jul 1, 2017 - Python
Improve this page
Add a description, image, and links to the hypermedia-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hypermedia-api topic, visit your repo's landing page and select "manage topics."
Description
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable.
Context
I'm working on an intranet application for a 100000+ employees company and