kontent-ai / delivery-sdk-php

Kontent.ai Delivery SDK for PHP
https://kontent.ai
MIT License
46 stars 15 forks source link

Rename "project" to "environment" #117

Open michali-kontent-ai opened 1 year 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