Book Image

Building an API Product

By : Bruno Pedro
Book Image

Building an API Product

By: Bruno Pedro

Overview of this book

The exponential increase in the number of APIs is evidence of their widespread adoption by companies seeking to deliver value to users across diverse industries, making the art of building successful APIs an invaluable skill for anyone involved in product development. With this comprehensive guide, you’ll walk through the entire process of planning, designing, implementing, releasing, and maintaining successful API products. You’ll start by exploring all aspects of APIs, including their types, technologies, protocols, and lifecycle stages. Next, you’ll learn how to define an API strategy and identify business objectives, user personas, and jobs-to-be-done (JTBD). With these skills, you’ll delve into designing and validating API capabilities to create a machine-readable API definition. As you advance, the book helps you understand how to choose the right language and framework for securely releasing an API server and offers insights into analyzing API usage metrics, improving performance, and creating compelling documentation that users love. Finally, you’ll discover ways to support users, manage versions, and communicate changes or the retirement of an API. By the end of this API development book, you’ll have the confidence and skills to create API products that truly stand out in the market.
Table of Contents (26 chapters)
1
Part 1:The API Product
6
Part 2:Designing an API Product
11
Part 3:Implementing an API Product
16
Part 4:Releasing an API Product
20
Part 5:Maintaining an API Product

Business objectives

Any successful product has to be aligned with business objectives. Otherwise, what you have is a set of features that don’t generate any outcome favorable to your business. Understanding the business objectives that you want your API to support helps you during the API design stage. There are choices that you’ll make that depend on how you want your API product to align with your business goals. Let’s look at some possible business objectives to consider while designing an API product. The first, and perhaps the most obvious objective is to increase your revenue. When you think of a product, you immediately think of how you can make money with it. To generate revenue, your API product needs to add value to the customers using it. Without value, users won’t want to pay for your API, and you won’t be able to generate any revenue. Adding value can be done by providing features that solve problems that users have but also by using...