-
Updated
Dec 21, 2021 - 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,245 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
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
Dec 21, 2021 - Vue
-
Updated
Dec 21, 2021 - JavaScript
-
Updated
Dec 21, 2021 - JavaScript
-
Updated
Dec 18, 2021 - Go
-
Updated
Dec 21, 2021 - Mustache
🚀 Feature
Currently the protoc-gen-openapiv2
can output a JSON Swagger/OpenAPI v2 API definition file. It would be nice to have an option to produce a YAML version instead.
One main benefits of YAML over JSON is the support for comments. I originally came here with the intent to suggest a feature of generator plugin to add a Code generated by protoc-gen-openapiv2. DO NOT EDIT.
header
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 3, 2021 - Go
-
Updated
Dec 19, 2021 - JavaScript
-
Updated
Dec 21, 2021 - PHP
-
Updated
Sep 9, 2021 - Python
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Dec 20, 2021 - C#
-
Updated
Dec 21, 2021 - 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
Dec 15, 2021 - Kotlin
-
Updated
Nov 28, 2021
-
Updated
Dec 21, 2021 - Go
-
Updated
Dec 16, 2021 - JavaScript
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Dec 21, 2021 - 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👍