Skip to content

Pmo-sdk #1

@h1alexbel

Description

@h1alexbel

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions