• Post category:StudyBullet-4
  • Reading time:5 mins read


A framework to follow when you write software documentation about an API as a technical writer

What you will learn

What is API?

What is API documentation?

Which steps to follow to create API documentation?

Which tools to use with an API

Description

Are you a technical writer who needs to write API software documentation? Do you wonder what you need to prepare and deliver to have high-quality API documentation and do not know where to start?


Get Instant Notification of New Courses on our Telegram channel.


If yes, then this course is for you!

API stands for Application Programming Interface. An interface is a software abstraction, which allows two software applications to communicate with each other seamlessly.

There are two roles you need to consider when you write documentation about an API:

  1. The role of the developer who created the API. This developer needs to provide information about the way the API is supposed to work; what requests can it receive and what responses does is provide.
  2. The role of the developer who uses the API. This developer needs to read through the API documentation to understand the ways to connect to the API, the requests that he or she can send to the API, and the responses that the API shall return for these requests.

In this course, you will learn:

  • What is API and API documentation – explained in a way so that you can understand. No special programming knowledge is required! 
  • Which are the steps you need to follow to prepare and provide documentation about your API – a small framework to make sure you have steps to follow while preparing the API documentation.
  • Hints about 2 popular tools you can use to test an API and generate API documentation automatically. In the interest of saving you time, we shall just provide an overview of tools, such as Postman and Swagger, but we are not going into details about using these tools – they are already well documented and there are many courses about using these tools.

Try it now, and see how easy it is to write API documentation, once you know which are the basic steps to follow!

English
language

Content

Introduction

Introduction
What is an API
Benefits from Using an API
How Does an API Work
Who Creates API and API Documentation

API Documentation Framework

What is an API Documentation
Types of APIs
Who Reads API Documentation
API Documentation – Examples
API Documentation – a Framework for Writing
API Documentation – Structure
Step 1 – Accessing the API
Step 2 – API Responses
Step 3 – Requests

Tools for API Documentation Developers

Postman – a Tool for Using APIs
16

Bonus Section

17