From 8a69c61c3bf0d3f30752868d9efb9b70381b2a51 Mon Sep 17 00:00:00 2001 From: Stefan Rotsch Date: Wed, 30 Jun 2021 10:58:01 +0200 Subject: [PATCH 1/2] Add Apicurio Studio to tools/trial --- radar/2021-01-01/apicurio.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 radar/2021-01-01/apicurio.md diff --git a/radar/2021-01-01/apicurio.md b/radar/2021-01-01/apicurio.md new file mode 100644 index 0000000..42f7680 --- /dev/null +++ b/radar/2021-01-01/apicurio.md @@ -0,0 +1,9 @@ +--- +title: "Apicurio Studio" +ring: tools +quadrant: trial +--- + +[Apicurio Studio](https://www.apicur.io/studio/) is a browser-based, open-source API design studio. It can be used to create or modify APIs using the [OpenAPI specification](https://swagger.io/specification/). The visual editor supports colaborative development and allows to easily define example responses matching incoming requests. + +At AOE, we use Apicurio Studio in conjunction with [Microcks](https://microcks.io/) as part of our API-first development approach. While specifying an API, a corresponding mock server can be set up with a single mouse click. The frontend and backend parts of an application can then be developed independently by using the mock server and the API specification generated by Apicurio Studio. From 0ddf9fcc80fad302ab429759c8542c2bd2e6949f Mon Sep 17 00:00:00 2001 From: bmsuseluda Date: Wed, 30 Jun 2021 13:26:02 +0200 Subject: [PATCH 2/2] Update apicurio.md --- radar/2021-01-01/apicurio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/apicurio.md b/radar/2021-01-01/apicurio.md index 42f7680..db8a991 100644 --- a/radar/2021-01-01/apicurio.md +++ b/radar/2021-01-01/apicurio.md @@ -4,6 +4,6 @@ ring: tools quadrant: trial --- -[Apicurio Studio](https://www.apicur.io/studio/) is a browser-based, open-source API design studio. It can be used to create or modify APIs using the [OpenAPI specification](https://swagger.io/specification/). The visual editor supports colaborative development and allows to easily define example responses matching incoming requests. +[Apicurio Studio](https://www.apicur.io/studio/) is a browser-based, open-source API design studio. It can be used to create or modify APIs using the [OpenAPI specification](https://swagger.io/specification/). The visual editor supports collaborative development and allows to easily define example responses matching incoming requests. At AOE, we use Apicurio Studio in conjunction with [Microcks](https://microcks.io/) as part of our API-first development approach. While specifying an API, a corresponding mock server can be set up with a single mouse click. The frontend and backend parts of an application can then be developed independently by using the mock server and the API specification generated by Apicurio Studio.