* Create a new Project wrapper * @param {string} id - the id of the project * @return {Project}
(id)
| 120 | * @return {Project} |
| 121 | */ |
| 122 | getProject(id) { |
| 123 | return new Project(id, this.__auth, this.__apiBase); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Computes the full repository name |
no outgoing calls
no test coverage detected