Portal API
To allow the use of infrastructure as code tools like Terraform, Pulumi or even Crossplane, the portal exposes an API. The API is following the RESTful API principle and makes use of the OpenAPI v3 standard.
We will either use Django Ninja or Django REST framework to build the API. Throughout the development, it’s crucial to differentiate between views and business logic, so that we can reuse the same business logic for the web portal, as well as for the API.