Skip to content

Pmo-sdk #1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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