-
Updated
Jan 26, 2022 - Python
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 23,951 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
Jan 26, 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
Jan 26, 2022 - JavaScript
-
Updated
Jan 25, 2022 - JavaScript
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 26, 2022 - Mustache
An RPC proto oneof field documents the field not used in the path as an optional request parameter
Steps you follow to reproduce the error:
rpc GetArticle (GetArticleRequest) returns (GetArticleResponse) {
option (google.api.http) = {
get: "/v2/articles/{slug}"
additional_bindings: {
get: "/v2/articles/{id.hex}"
}
};
}
message GetArticleRequest {
oneof article_id {
insider.protobuf.ObjectID id = 1;
string
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
Jan 17, 2022 - Go
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jan 26, 2022 - PHP
-
Updated
Jan 21, 2022 - Python
-
Updated
Jan 20, 2022 - JavaScript
-
Updated
Jan 25, 2022 - C#
-
Updated
Jan 26, 2022 - Java
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
Jan 21, 2022 - Kotlin
-
Updated
Nov 28, 2021
-
Updated
Jan 25, 2022 - Go
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Jan 26, 2022 - Python
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.
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👍