Esempio n. 1
0
 public ProjectsApi(ProjectEndpoints endPoints, IApiClient apiClient, IJsonSerializer serializer, Credentials credentials)
     : base(apiClient, serializer, credentials)
 {
     this.endPoints = endPoints;
 }
Esempio n. 2
0
 public ProjectsApi(Endpoints endPoints, IApiClient apiClient, IJsonSerializer serializer, Credentials credentials)
     : base(apiClient, serializer, credentials, endPoints.LoggedIn)
 {
     this.endPoints        = endPoints.Projects;
     this.reportsEndPoints = endPoints.ReportsEndpoints.Projects;
 }