From b141f0bcc29d228ee4a4e1554e31eb6678511734 Mon Sep 17 00:00:00 2001 From: Himanshu Hiranandani <7304486+himanshuhiranandani@users.noreply.github.com> Date: Thu, 3 Mar 2022 11:41:08 +0530 Subject: [PATCH] Adds Basic details for the Open API Spec (#1163) * Adds Basic details for the Open API Spec * Removes paid content and adds a free course --- .../content/109-apis/105-open-api-spec.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/109-apis/105-open-api-spec.md b/content/roadmaps/101-backend/content/109-apis/105-open-api-spec.md index c0dd7fe71..08f465abe 100644 --- a/content/roadmaps/101-backend/content/109-apis/105-open-api-spec.md +++ b/content/roadmaps/101-backend/content/109-apis/105-open-api-spec.md @@ -1 +1,11 @@ -# Open api spec \ No newline at end of file +# Open api spec + +The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. + +An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases. + +Free Content +OpenAPI Specification Website +Open API Live Editor +OpenAPI 3.0: How to Design and Document APIs with the Latest OpenAPI Specification 3.0 +Official training guide