API
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
Here are 2,861 public repositories matching this topic...
-
Updated
May 2, 2021 - TypeScript
-
Updated
Jul 2, 2021 - TypeScript
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
-
Updated
Jul 3, 2021 - TypeScript
What
A new ctx.forward utility may be added to forward the currently captured request to its original destination (bypass).
Why
- See #655
Currently bypassing is done via implicit/explicit return in the resolver. This is not intuitive and deterministic action, which also makes it hard to distinguish when the user forgot to return a mocked response, and when they meant to b
Starting from version 12.12.0, Node.js offers built-in support for translating error stack traces using source maps - learn more here: https://medium.com/@nodejs/source-maps-in-node-js-482872b56116
Let's rework @loopback/build to use this new feature on recent version of Node.js, instead of source-map-support module.
If it's possible, then implement a fallback to npm module `source-map-s
-
Updated
Jun 4, 2021 - TypeScript
in the base folder in the code that generated adding comment that say not to overwrite the contant to prevent git collision
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
Jul 10, 2021 - TypeScript
-
Updated
Jul 8, 2021 - TypeScript
Is this related to a new or existing Amplify category?
No response
Is this related to another service?
No response
Describe the feature you'd like to request
Some auto-generated files include extraneous whitespace, and in some cases tab width is different across files (typically 2 and 4 spaces)
Example 1 (whitespace): CloudFormation YML Snippet
identityPoolNaTask export inconsistent with actions
In JS mode, exporting tasks as module.exports = class SomeTask causes AH to throw an error when trying to execute it ' task not found' but exporting as exports.someTask = SomeTask works. Actions work either way.
From @evantahler:
actions have this line https://github.com/actionhero/actionhero/blob/v24.0.4/src/initializers/actions.ts#L65-L67
where
-
Updated
Feb 9, 2019 - TypeScript
-
Updated
Jul 11, 2021 - TypeScript
Search result count
Search result count is 10.
How can i set the pagesize on user side
-
Updated
Jul 10, 2021 - TypeScript
-
Updated
Jul 2, 2021 - TypeScript
-
Updated
Jun 29, 2021 - TypeScript
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
Dec 28, 2020 - TypeScript
-
Updated
May 29, 2019 - TypeScript
Travis CI queue times seem to be long. If we switch to GitHub Actions we should be able to have CI complete more quickly.
-
Updated
Jun 25, 2021 - TypeScript
-
Updated
May 8, 2021 - TypeScript
- Wikipedia
- Wikipedia
Describe the Bug
The translations interface relies on the default API params for fetching the available languages, which also means that
limitis set to the default 100. When your languages collection has over a 100 languages in it, the translations interface will only show the first 100.https://github.com/directus/directus/blob/0655087f9c6fbc8b380d1e9632a8da93579d872a/app/src/interface