From 65a4dbceff3878adf3547c719f3764f260941e35 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Wed, 24 Aug 2016 22:32:10 -0400 Subject: [PATCH] [ADDED] Link to OpenAPI specification project for Medium. This specification is translated from existing official API documentation fount at https://github.com/Medium/medium-api-docs --- SDK.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SDK.md b/SDK.md index 59528e3..0fb2dc4 100644 --- a/SDK.md +++ b/SDK.md @@ -15,3 +15,9 @@ These unofficial SDKs were produced by members of the open source community and - [Medium SDK for PHP](https://github.com/jonathantorres/medium-sdk-php) - [Medium SDK for Haskell](https://github.com/timmytofu/medium-sdk-haskell) + +#### OpenAPI Specification (fka Swagger 2.0) +This is unofficial [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification) for Medium. +- [Medium API Specification](https://github.com/amardeshbd/medium-api-specification) + +This specification can be used to [generate](https://github.com/swagger-api/swagger-codegen) client SDKs in different languages. \ No newline at end of file