kontent-ai / delivery-sdk-net

Kontent.ai Delivery .NET SDK
https://www.nuget.org/packages/Kontent.Ai.Delivery
MIT License
32 stars 41 forks source link

Rename "project" to "environment" #377

Closed michali-kontent-ai closed 7 months ago

michali-kontent-ai commented 1 year ago

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

Simply007 commented 1 year ago

Internal link: DEVREL-944