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

Major API cleanup #170

Merged
merged 5 commits into from
Jun 27, 2018
Merged

Major API cleanup #170

merged 5 commits into from
Jun 27, 2018

Conversation

renner
Copy link
Member

@renner renner commented Jul 22, 2016

This patch is going to bring a major API cleanup: Some of the Salt API endpoints are only shortcuts to certain execution modules, e.g. the /minions or /jobs endpoints. We would like to unify and simplify the API of this library by removing support for targeting all the Salt API endpoints. Instead all calls will use either /run or / assuming that all functionality can be implemented by using those endpoints with one of either LocalCall, WheelCall or RunnerCall.

@renner renner added this to the Version 0.9.0 milestone Jul 27, 2016
@renner renner modified the milestones: Version 0.10.0, Version 0.9.0 Nov 7, 2016
@lucidd lucidd modified the milestones: test, Version 0.10.0 Dec 12, 2016
@renner renner modified the milestones: Version 0.10.0, Version 0.11.0 Feb 8, 2017
@renner renner modified the milestones: Next, Version 0.11.0 Mar 28, 2017
@renner renner modified the milestones: Next, Version 0.14.0 Nov 8, 2017
@renner renner changed the title [WIP] API cleanup Major API cleanup Nov 13, 2017
@renner renner requested a review from lucidd November 13, 2017 22:24
@renner renner modified the milestones: Version 0.14.0, Version 1.0.0 Nov 15, 2017
@renner renner self-assigned this Nov 17, 2017
smatei pushed a commit to smatei/salt-strike that referenced this pull request Jan 30, 2018
SUSE/salt-netapi-client#228
The getMinions and getMinionDetails methods will be removed (SUSE/salt-netapi-client#170), so replaced that with grains.items
@renner renner merged commit 59e62b7 into master Jun 27, 2018
@renner
Copy link
Member Author

renner commented Jun 27, 2018

Finally merged, after 2 years!

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

Successfully merging this pull request may close these issues.

None yet

2 participants