Class GetProject


public class GetProject extends Endpoint<Project,EmptyRequest>
This endpoint is used to get a project.
  • Constructor Details

    • GetProject

      public GetProject(HttpClient client, com.google.gson.Gson gson)
      Creates a new instance of the endpoint.
      Parameters:
      client - The client to use.
      gson - The gson instance to use.
  • Method Details