lokalise / php-lokalise-api

Lokalise API v2 PHP library.
https://app.lokalise.com/api2docs/curl/
MIT License
16 stars 11 forks source link

Suggestion :: Move similar URI parts in a single method #26

Open vishwac09 opened 2 years ago

vishwac09 commented 2 years ago

Hi Team, While going through all the Classes under the namespace \Lokalise\Endpoints almost every method has the same URI referenced. I believe it will be good if it is moved in a single method under the same Class to build the base of the URI and calling the method inside the Guzzle->request() call.

Example :: Class Webhooks

  1. URI under the method create = "projects/$projectId/webhooks/$webhookId"
  2. URI under the method retrieve = "projects/$projectId/webhooks/$webhookId"