tracehubpm / pmo-java-sdk

0 stars 0 forks source link

Pmo-sdk #1

Open h1alexbel opened 7 months ago

h1alexbel commented 7 months ago

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.

h1alexbel commented 7 months ago

@hizmailovich, please pay attention to this issue

0pdd commented 7 months ago

@h1alexbel 4 puzzles #14, #15, #16, #17 are still not solved.

0pdd commented 7 months ago

@h1alexbel 2 puzzles #16, #17 are still not solved; solved: #14, #15.

0pdd commented 7 months ago

@h1alexbel the puzzle #16 is still not solved; solved: #14, #15, #17.

h1alexbel commented 6 months ago

@hizmailovich lets extract this feature into pmo-java-sdk repo

h1alexbel commented 6 months ago

@hizmailovich once https://github.com/tracehubpm/pmo will be deployed we can focus on this repo