public class PwaReader extends Object
| Constructor and Description |
|---|
PwaReader(String host,
String token)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<PwaProject> |
getProjects()
Retrieve a list of projects available in PWA for the current user.
|
ProjectFile |
readProject(UUID id)
Read a project from PWA using its unique ID.
|
public List<PwaProject> getProjects()
public ProjectFile readProject(UUID id)
id - project unique IDCopyright © 2000–2025 MPXJ. All rights reserved.