kontent-ai / delivery-sdk-net

Kontent.ai Delivery .NET SDK

Home Page:https://www.nuget.org/packages/Kontent.Ai.Delivery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename "project" to "environment"

michali-kontent-ai opened this issue · comments

Motivation

According to Kontent.ai documentation, the "project" is renamed to "environment" to correspond with the project/environment structure in Kontent.ai UI. So all, that is related to environments, should be also renamed in SDK.

Proposed solution

Rename all mentions about "project" to "environment" (primarily projectId -> environmentId).

Additional context

Delivery REST API documentation

Internal link: DEVREL-944