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 10,940 public repositories matching this topic...
-
Updated
Nov 22, 2020 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
Describe the bug
Moving a folder shows a modal allowing you to select the new workspace, but it also shows the active workspace in that dropdown. This can be quite misleading and confusing, so let's hide it from the dropdown.
To Reproduce
Steps to reproduce the behavior:
- Create a new workspace (so you have two workspaces with unique names)
- Create a new folder
- Right cli
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Nov 20, 2020 - JavaScript
Following
https://web3js.readthedocs.io/en/v1.3.0/web3-utils.html?highlight=BN#bn
Run:
new BN('0xea').toString();
Expected behavior
"234"
Actual behavior
"3450"
PS: web3.utils.toBN('0xea') returns "234" correctly
-
Updated
Nov 19, 2018 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 21, 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
-
Updated
Nov 15, 2019 - JavaScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
From what I can tell, the ApiResponse objects can never have an undefined config.
Config is defined as optional here:
https://github.com/infinitered/apisauce/blob/master/apisauce.d.ts#L44
But is required here:
https://github.com/infinitered/apisauce/blob/master/lib/apisauce.ts#L200
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Aug 23, 2020 - JavaScript
What you did:
Create a route:
/orders/*
then set the delay to 2000ms.
What happened:
route not delayed when hit with another param beside *
/orders/1 not delayed

/orders/900 not delayed
/orders/* delayed
![image](https://user-images.githubusercontent.com/19
-
Updated
Sep 30, 2020 - JavaScript
- Wikipedia
- Wikipedia