Skip to content
#

hypermedia-api

Here are 31 public repositories matching this topic...

api-platform
jvigneron
jvigneron commented Nov 28, 2019

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

tpluscode
tpluscode commented Jul 25, 2019

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

Improve this page

Add a description, image, and links to the hypermedia-api topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.