Skip to content
#

apis

Here are 671 public repositories matching this topic...

kuma
nickolaev
nickolaev commented Jan 6, 2021

Summary

Today our testing infrastructure relies heavily on KinD which is a convenient way to run ephemeral K8s clusters locally. However, since it packs a full K8s distro, it tends to be slow especially when several clusters are run in parallel (e.g. our multi-zone). We surely know docker can do better as spinning a couple of Kuma universal cluster

malinthaprasan
malinthaprasan commented Mar 12, 2021

Description:

Invoke the below two times and gets the 500 error instead of 409 (conflict)

curl --location --request POST 'https://localhost:9443/api/am/publisher/v2/apis' \
--header 'Authorization: Bearer 14128cc1-2ce4-32ac-8703-e8a4c3cf9f5c' \
--header 'Content-Type: application/json' \
--data-raw '{
  "name": "PizzaShackAPI-PM",
  "description": "This is a simple API for Pizza
bethesque
bethesque commented Jun 26, 2020

As part of the process of making the Pact docs more user friendly, we'd like to start writing feature documentation once, and providing code examples for each of the languages, rather than everyone having to write the same docs over and over again in each language.

The documentation for the consumer version selectors can be our first opportunity to give this approach a try. I have written the beh

Improve this page

Add a description, image, and links to the apis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apis topic, visit your repo's landing page and select "manage topics."

Learn more