REST API
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 24,798 public repositories matching this topic...
Issue split from hasura/graphql-engine#6951
our pytest output has a pretty low signal:noise ratio, and it's often difficult to understand the cause of a test failure, if there is one. [Example: a 8600-line log for what turned out to be a flaky test that passed on a second run](https://app.circleci.com/pipelines/github/hasura/graphql-engine-mono/10008/workflows/5e17c7
-
Updated
Mar 4, 2022 - Vue
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
-
Updated
Mar 5, 2022 - JavaScript
-
Updated
Mar 5, 2022 - JavaScript
-
Updated
Mar 5, 2022 - Go
-
Updated
Mar 4, 2022 - Mustache
I need to generate swagger json using proto annotations.
generated schema should look like this
"schema": {
"type": "object",
"example": {
"product_id": ["8900099100000113079", "8900099100000082373"]
},
"properties": {
"product_id": {
"type": "array",
"it
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
Mar 3, 2022 - Go
-
Updated
Mar 5, 2022 - JavaScript
-
Updated
Mar 5, 2022 - PHP
-
Updated
Feb 9, 2022 - Python
-
Updated
Mar 4, 2022 - JavaScript
-
Updated
Mar 2, 2022 - C#
-
Updated
Mar 5, 2022 - Java
Sylius version affected: v1.4.4
Description
Sylius says the category is used and cannot be removed, when we try to remove an empty category.
We figured out that we had some products with the taxon as "Main Taxon".
Steps to reproduce
- Add a taxon, keep it empty of products.
- Update a product to use the newly created taxon as Main taxon.
- Try to remove the taxo
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
Feb 27, 2022 - Kotlin
-
Updated
Nov 28, 2021
-
Updated
Mar 4, 2022 - Go
-
Updated
Mar 4, 2022 - JavaScript
-
Updated
Dec 4, 2020 - JavaScript
Socket support
Hi,
Excellent boilerplate! How about adding support for sockets in this to make a more complete boilerplate?
Also instructions on deployment using Docker/native would be very helpful.
Thanks.
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Feb 26, 2022 - Python
Is there an existing issue for this?
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👍