project method

ProjectsApi project(
  1. int id
)

Get the ProjectsApi for this id.

This call doesn't do anything by itself, other than return the configured object. You can safely store the returned object and reuse it.

Implementation

ProjectsApi project(int id) => new ProjectsApi(this, id);