Ktor: Crafting a Stock Portfolio Endpoint – Part 3
Continuing from our detour in Part 2.5, we now turn our focus to today's topic: Unit Testing. This post is part of a series aiming to build a single endpoint with Ktor. Specifically, we're wrapping the AlphaVantage Quote Endpoint.
Ktor: Crafting a Stock Portfolio Endpoint – Part 2.5
Before we delve into Part 3, which focuses on unit testing, it's essential to address one key preparation step to improve the testability and reusability of the code: dependency injection.
Ktor: Crafting a Stock Portfolio Endpoint – Part 2
This is the second post in the series of posts that aim to build a single endpoint with Ktor by wrapping the AlphaVantage Quote Endpoint.
Ktor: Crafting a Stock Portfolio Endpoint – Part 1
Let's build a simple server for a stock market-related app using Ktor - a lightweight Kotlin framework. Part 1 only shows how to set up a Ktor project and return a type-safe response.