-
Updated
Dec 17, 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 8,740 public repositories matching this topic...
-
Updated
Dec 30, 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
Is there an existing issue for this?
- I have searched the existing issues
Summary
It would be amazing to have an Authorization tab on GraphQL, as it is for REST.
Why should this be worked on?
Authorization is also a thing in GQL and having automated OAuth mechanism would be
Base64 packing the logo is unproductive and prohibitively complicated.
Originally I just thought it was related to the method of delivery, minification,etc....
But then I discovered the "enterprise" copy you sell directly offers the "feature" of changing the logo, which then just packs up a new image.
Now I realize why changing the logo is difficult and you won't document how to do it in
What you were expecting:
I expect the error message to be copyable in the clipboard.
What happened instead:
When I start selecting the error message, it toggles the accordion.
Related code:
https://codesandbox.io/s/confident-sanderson-o4igs?file=/src/posts/P
-
Updated
Dec 31, 2021 - Haskell
-
Updated
Dec 28, 2021 - Mustache
Bug Report Checklist
- [~] Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator, yes I used the validate function of the api generator
- [5.0.0 ] What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
-
Updated
Dec 30, 2021 - Python
-
Updated
Jul 21, 2021 - Java
As discussed in #1979, the current CONTRIBUTING.md document instructs people to run tools/mintest.sh
, which requires Python 3.8 and 3.5 installed simultaneously and then it makes things a bit confusing when referencing Python 3.6 or 3.7 and then pyenv shell 3.8.0 3.5.8
and then further below pyenv virtualenv 3.8.0 falcon-sandbox-38
. I'm not familiar with pyenv
, but this
-
Updated
Dec 31, 2021 - Java
-
Updated
Dec 3, 2021 - Python
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Dec 24, 2021 - TypeScript
For some reason Amazon REST api's require the content-type to be set to "application/x-amz-json-1.1" instead of the standard "application/json"
Currently the content-type header is set automatically for json data overriding any headers passed in to the request.
It would be useful to first check if the header is set before overriding it:
if (!this.request.headers.set('content-type')) {
Port tests from Got
-
Updated
Dec 30, 2021 - Java
-
Updated
Dec 24, 2021 - Erlang
I believe the comparison operator used in the IsBroken
method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.
-
Updated
Dec 30, 2021 - JavaScript
-
Updated
Dec 20, 2021 - TypeScript
-
Updated
Nov 28, 2021
Describe the bug
Using xframe
ALLOW-FROM
throws error in console:Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.
https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR