-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Instead of exchanging directly with RESTful API, let's create SDK objects for communication with the PMO API.
Consider this example:
Pmo pmo = new Pmo(login);
Project project = pmo.project(id);
// input probably will be an XML request from the user
Project employed = pmo.employ(xml);Some of those operations can be found at facade repo.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request