Chapter 14: Building Pipelines for API Connect
You have been learning over the past few chapters how to develop and manage APIs using the API Manager. Your journey toward digital transformation and modernization has been greatly enhanced by using API Connect's capabilities. As you are speeding through development, there is one more critical aspect of developing with agility, and that is DevOps CI/CD (Continuous Integration/Continuous Deployment).
Perhaps you have already integrated a DevOps process within your organization. Even if you have, this chapter will provide you with the details on how to integrate API Connect into the flow. DevOps is an ever-evolving practice. Whether you have DevOps implemented or not, this chapter will be of great value.
In this chapter, we're going to cover the following main topics:
- Introducing pipelines
- Choosing between CLIs or Platform API interface use
- Testing and monitoring hooks
- Using Git as your SCM
- Constructing...