Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pmo-sdk #1

Open
h1alexbel opened this issue Jan 13, 2024 · 6 comments
Open

Pmo-sdk #1

h1alexbel opened this issue Jan 13, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@h1alexbel
Copy link

h1alexbel commented Jan 13, 2024

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
Copy link
Author

h1alexbel commented Jan 13, 2024

@hizmailovich, please pay attention to this issue

@0pdd
Copy link

0pdd commented Jan 23, 2024

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

@0pdd
Copy link

0pdd commented Jan 25, 2024

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

@0pdd
Copy link

0pdd commented Jan 31, 2024

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

@h1alexbel
Copy link
Author

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

@dukris dukris transferred this issue from tracehubpm/pmo Feb 13, 2024
@h1alexbel
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants