-
Updated
Aug 22, 2021 - Python
apis
Here are 781 public repositories matching this topic...
-
Updated
Aug 21, 2021 - JavaScript
-
Updated
Aug 22, 2021 - TypeScript
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Dec 19, 2019 - Go
James removed the multiple go modules we had and it would make sense to now get rid of this extra Makefile and the api_check circleci job.
This would mean that there's a single Makefile for all of the repo which would be nicer to newcomers.
[ACTION]
Is there a specific app this action is for?
SendGrid parse inbound email
Please provide a link to the relevant API docs for the specific service / operation.
-
Updated
Aug 19, 2021 - JavaScript
-
Updated
Jul 12, 2021 - Ruby
A Kong SNI can only point to a single certificate. Per Kong/kubernetes-ingress-controller#1268 (comment), misconfigured Kubernetes resources can attempt to point an SNI to multiple certificates.
While we do avoid adding attached SNIs to new certificates, we do
Right now the tutorial is coherently designed, tested, and even documented. However, it doesn't build up in a way that's very beginner friendly. It establishes glom's value and then immediately uses it at an intermediate level.
I'd like it if it was a bit more drawn out to use basic features first and then add a multi-line Coalesce as the
-
Updated
Apr 16, 2021 - Python
-
Updated
Jul 23, 2021 - Go
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 17, 2021 - Python
-
Updated
Aug 20, 2021 - TypeScript
-
Updated
Aug 16, 2021 - Java
-
Updated
Aug 22, 2021 - Java
-
Updated
Jul 4, 2021 - JavaScript
Please add support for the following keys to be used in the consumer version selectors when fetching pacts for verification:
{ "deployedOrReleased": true }
{ "deployed": true }
{ "released": true }
{ "environment": "<env name>" }
These keys can be used in various combinations ( eg. { "environment": "prod", released: true, consumer: "Foo" } ). Please allow any combination
-
Updated
Aug 21, 2021 - JavaScript
Please add support for the following keys to be used in the consumer version selectors when fetching pacts for verification:
{ "deployedOrReleased": true }
{ "deployed": true }
{ "released": true }
{ "environment": "<env name>" }
{ "consumer": "<name>" } // this may already be supported, please add it if not
These keys can be used in various combinations ( eg. `{ "envir
-
Updated
Aug 16, 2021 - JavaScript
Improve this page
Add a description, image, and links to the apis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apis topic, visit your repo's landing page and select "manage topics."
Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.