From 7a4eb9960206fa676e27e2bf4f7e6d4b0ff55e91 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Tue, 10 Apr 2018 11:44:50 -0500 Subject: [PATCH] Update writers-playbook.md --- articles/getting-started/writers-playbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/getting-started/writers-playbook.md b/articles/getting-started/writers-playbook.md index 625f84b..ad4dca9 100644 --- a/articles/getting-started/writers-playbook.md +++ b/articles/getting-started/writers-playbook.md @@ -14,7 +14,7 @@ Documenting an API is crucial to its success but can be extremely time consuming The most key component to API Documentation are its endpoints. To that end, we created a reference builder that allows you to [“power pages”](/documentation/referencing-other-data-sources) with your specification as you see fit. When you power a page or subpage with your specification, the endpoints are automatically documented and styled for legibility and aesthetic design. ## Testing Endpoints -Testing endpoints is a valuable tool for anyone who wants to consumer your API. Users want to know that your API functions properly before they commit to using it. To address this problem, we created [“Try it Out,” an HTTP Request Maker](/modeling/modeling-with-openapi/sending-http-requests). Try it Out allows you to send HTTP Requests to your API to test out its endpoints under any number of different conditions. You can customize Try it Out with security schemes, variables, headers, queries, and it even provides Code Generation. +Testing endpoints is a valuable tool for anyone who wants to consumer your API. Users want to know that your API functions properly before they commit to using it. To address this problem, we created [“Try it Out,” an HTTP Request Maker](/modeling/modeling-with-openapi/sending-http-requests). Try it Out allows you to send HTTP Requests to your API to test out its endpoints under any number of different conditions. You can customize Try it Out with security schemes, variables, headers, queries, and it even generates code in various programming languages. ## Creating Non-Reference Documentation Great documentation is more than just API endpoints. Guides, tutorials, and other supplemental information enhance your users experience by providing them with all the information they need to access your API and your product. We broadened Hubs scope to accomodate all product documentation needs. You can easily build out your content within [Blocks](/documentation/blocks), a number of flexible content structures that can house a number of different forms of content including markdown, images, code snippets, and much more.