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
URI under the method create = "projects/$projectId/webhooks/$webhookId"
URI under the method retrieve = "projects/$projectId/webhooks/$webhookId"
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