Python API Using FASTAPI – For Network Engineers – Dynamic Routes – Part II

In Part 1 we saw how to get started with FASTAPI and writing simple GET endpoints. In this post, we will see how we can configure dynamic routes to accept variables in the get request. Please note I am not referring to passing query parameters here. We will see how to use query parameters in … Continue reading Python API Using FASTAPI – For Network Engineers – Dynamic Routes – Part II