-
Updated
Oct 20, 2020 - JavaScript
rest
A representational state transfer (REST) API is a way to provide compatibility between computer systems on the Internet. The concept was first outlined in a dissertation by Roy Fielding in 2000.
Here are 1,419 public repositories matching this topic...
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 16, 2020 - JavaScript
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of 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 big company where any call to the fonts.googleapi.com CDN takes 30 seconds
I've read many similar closed issues, but haven't found a good documented solution on what can I do as a consumer of ky package if I need to support e.g iOS 10.0 browser (that breaks on async/await support currently).
I agree that it's not related to ky itself, but can be a nice help for the consumers of the package.
In our particular can we don't use babel (we use typescript), so I'm
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
See: https://gist.github.com/ericelliott/f3c2a53a1d4100539f71
Advantages
See: https://medium.com/javascript-scene/you-might-not-need-typescript-or-static-types-aa7cb670a77b
- autocomplete and type inference with most IDEs
- doesn't require passing Log objects for every call (although it's encouraged)
- other non-required parameters (such as
query) can be omitted - much easier to a
-
Updated
May 4, 2019 - JavaScript
-
Updated
Jan 28, 2019 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Aug 7, 2020 - JavaScript
Hi there! I see that an issue #2884 deeplinking was integrated to 3.x however if I have a hyperlink with a hash to the operationID nothing happens on click. If I reload the page the UI scrolls to the open panel as expected. Is there something I am missing here? My url looks as follows and I am using the 3.0 dist repo installed via npm.
Again when clicked the URL address is updated but nothing h