From db63d0b541a06f57af89869efd680b5618be5530 Mon Sep 17 00:00:00 2001 From: Jay Cormier Date: Mon, 21 Oct 2024 13:54:03 +0200 Subject: [PATCH 1/2] added canonical URL to OpenAPI spec generation with Typespec --- .../accelerating-youropenapi-spec-generation-with-typespec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_guides/openapi/accelerating-youropenapi-spec-generation-with-typespec.md b/src/_guides/openapi/accelerating-youropenapi-spec-generation-with-typespec.md index e4ca66fd..2c4d282a 100644 --- a/src/_guides/openapi/accelerating-youropenapi-spec-generation-with-typespec.md +++ b/src/_guides/openapi/accelerating-youropenapi-spec-generation-with-typespec.md @@ -1,6 +1,7 @@ --- title: Accelerating your OpenAPI Spec Generation with TypeSpec authors: james +canonical_url: https://bump.sh/blog/accelerating-your-openapi-spec-generation-with-typespec excerpt: Let's explore TypeSpec, an alternative to the OpenAPI Specification for capturing the details of your API definition, with support for OpenAPI, gRPC, and JSON Schema output formats. --- From 6b075171a9012ec59f6b87eed1a443de1f2e2239 Mon Sep 17 00:00:00 2001 From: Christophe Dujarric Date: Mon, 21 Oct 2024 13:59:19 +0200 Subject: [PATCH 2/2] Update src/_guides/openapi/accelerating-youropenapi-spec-generation-with-typespec.md --- .../accelerating-youropenapi-spec-generation-with-typespec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_guides/openapi/accelerating-youropenapi-spec-generation-with-typespec.md b/src/_guides/openapi/accelerating-youropenapi-spec-generation-with-typespec.md index 2c4d282a..fb898910 100644 --- a/src/_guides/openapi/accelerating-youropenapi-spec-generation-with-typespec.md +++ b/src/_guides/openapi/accelerating-youropenapi-spec-generation-with-typespec.md @@ -2,6 +2,7 @@ title: Accelerating your OpenAPI Spec Generation with TypeSpec authors: james canonical_url: https://bump.sh/blog/accelerating-your-openapi-spec-generation-with-typespec +date: 2024-10-07 excerpt: Let's explore TypeSpec, an alternative to the OpenAPI Specification for capturing the details of your API definition, with support for OpenAPI, gRPC, and JSON Schema output formats. ---