-
Updated
Jan 20, 2021 - 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 7,305 public repositories matching this topic...
-
Updated
Jan 15, 2021 - Python
First check
- I added a very descriptive title to this issue.
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the FastAPI documentation, with the integrated search.
- I already searched in Google "How to X in FastAPI" and didn't find any information.
- I already read and followed all the tutorial in the docs and didn't find an answ
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
-
Updated
Jan 19, 2021 - Haskell
I followed the instructions here but i got the following error
node_modules/ra-data-graphql-simple/esm/buildGqlQuery.js
Module not found: Can't resolve 'graphql' in 'C:\Users\Razi\Desktop\react-admin-auth0-example\node_modules\ra-data-graphql-simple\esm'
in App.js :
import * as React from 'react';
import { Provider } f
-
Updated
Jan 20, 2021 - HTML
-
Updated
Dec 3, 2020 - Java
Grep the code for "deprecated", etc. and remove relevant code/interfaces. Be sure to include news fragments for each change.
-
Updated
Jan 20, 2021 - Python
-
Updated
Jan 20, 2021 - Java
Description
We've previously been running v5.0.0-beta2. Switching to the full release v5.0.0 results in the error ModuleNotFoundError: No module named 'nulltype'.
The fix was to add the nulltype package to my project's requirements but I'm not sure if this is expected and it doesn't seem ideal. Is this package really required or was it an accidentally inclusion?
openapi-genera
-
Updated
Jan 20, 2021 - Python
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Jan 18, 2021 - Java
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
Jan 7, 2021 - Erlang
Port tests from Got
Got has a very good coverage test-wise. Would be nice to port relevant tests that we're missing over to Ky.
Note: Not for https://github.com/sindresorhus/ky/blob/master/test/browser.js, but for everything else.
-
Updated
Sep 8, 2019
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Dec 30, 2020 - C#