Working with external services is a powerful mechanism for building data-driven applications. In this chapter, we'll see how to work with APIs and build a Ruby program that could communicate with a third-party API and parse JSON data. Additionally, you'll be able to:
- Demonstrate how to build an API connector to communicate with external services
- Explain how to pass parameters to an API call
- Apply parsing methods to work with API responses