api-gateway
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
Here are 1,410 public repositories matching this topic...
-
Updated
Apr 8, 2021 - Python
-
Updated
Apr 14, 2021 - Go
-
Updated
Nov 18, 2020 - Go
On contexts with many APIs and APIs calling other APIs in chains, having too many spans in the zipkin/jaeger dashboards may lead to a too complex usage of such dashboards and of not necessary big data volumes.
For Tyk's admin team, the steps representing the time spent in each Tyk middleware are much valuable.
But the upstream APIs teams just want to know the global time spent in Tyk interna
Expected Behavior / New Feature
Support sticky sessions for ServiceDiscoveryProviders
Actual Behavior / Motivation for New Feature
When using websockets with ocelot in a distributed system, problem can arise since ocelot, as far as i know, doesn't support sticky sessions when working with service discovery providers.
The functionality could be great if it could work with both consul
-
Updated
Apr 13, 2021 - Python
Improve Docs
Please describe which part of docs should be improved or typo fixed
The descriptions for auth_value are obscure, it doesn't really explain what is auth_value, also, related usage about auth_value is missing.
A clear and concise description of what you
-
Updated
Jul 18, 2019
-
Updated
Mar 25, 2021 - JavaScript
Feature Request
Is your feature request related to a problem? Please describe
Is it nessary to support RocketMQ
- Two ways to user it.
- As a way to data sync from admin to bootstrap.
- As a plugin to send mq message by request from bootstrap.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
-
Updated
Apr 12, 2021 - Go
-
Updated
Feb 17, 2021 - JavaScript
-
Updated
Apr 13, 2021 - Python
-
Updated
Mar 20, 2021 - Python
-
Updated
Apr 11, 2021 - Java
-
Updated
Sep 1, 2020 - Go
-
Updated
Mar 31, 2021 - Go
If not for some particular exceptions, the status code returned from our WebAPI on error is always 500, regardless of the kind of error.
If an object already exists, for example, it should be returned as 409. If the object does not pass the schema validation, it should be a 415.
Go through the whole WebAPI and verify that the status codes are being returned correctly.
Hint: Error cl
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Mar 29, 2021 - Go
Same symptom as #441. In that thread, it is stated that this issue is due to AWS outage issues, and that nothing can be done by this library. I'm not seeing any issues with AWS, and I've been experiencing this issue for over a week. I'm deploying from Jenkins on EC2. If this persists I'll have no choice but to leave this library.
Describe the bug
Can't deploy with output "Throttling: Rate
-
Updated
Apr 9, 2021
-
Updated
Mar 30, 2021 - Ruby
-
Updated
Apr 13, 2021 - Java
-
Updated
Feb 18, 2021 - Java
-
Updated
Apr 13, 2021 - PHP
sls invoke is useful for testing our API one request at a time.
It would be nice to spin up a local version of the API on localhost to enable us to develop our frontend apps against it, and to more easily run integration and E2E tests.
-
Updated
Apr 14, 2021 - Python
- Wikipedia
- Wikipedia


Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
Internet changed its mind since 2018 https://