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

Split methods by separate resources according root endpoint #32

Closed
nvborisenko opened this issue Jan 31, 2019 · 5 comments
Closed

Split methods by separate resources according root endpoint #32

nvborisenko opened this issue Jan 31, 2019 · 5 comments
Milestone

Comments

@nvborisenko
Copy link
Member

Currently we have:

service.GetLaunches()
service.StartTestItem()

Class Service has many methods. It would be better to organize them:

service.LaunchResource.GetLaunches()
@nvborisenko nvborisenko added this to the 3.0.0 milestone Feb 1, 2019
@vitali-sonchyk-epam
Copy link
Contributor

So we need to get rid of partial classes?

@nvborisenko
Copy link
Member Author

Yes.

@vitali-sonchyk-epam
Copy link
Contributor

#38
@nvborisenko please review.

@vitali-sonchyk-epam
Copy link
Contributor

@nvborisenko , seem like ticket could be closed.

@nvborisenko
Copy link
Member Author

It's time to merge changes. New major update is coming.

Actually I'm not sure whether we really need do it right now.

@nvborisenko nvborisenko reopened this Jan 24, 2020
@nvborisenko nvborisenko modified the milestones: 3.0.0, 4.0.0 Jan 30, 2020
@nvborisenko nvborisenko modified the milestones: 4.0.0, 3.0.0 Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants