Currently, the project API endpoint only exists in V1. The frontend therefore depends on that, which is not ideal. To ensure correct data, and to be able to shut down the V1 version, we need the endpoint in V2. I assume this means creating a resource "Project" and allowing the project data to be fetched with "v2/resources" endpoint, with the kind "Project".
Currently, the project API endpoint only exists in V1. The frontend therefore depends on that, which is not ideal. To ensure correct data, and to be able to shut down the V1 version, we need the endpoint in V2. I assume this means creating a resource "Project" and allowing the project data to be fetched with "v2/resources" endpoint, with the kind "Project".