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

The final api unification changes #176

Merged
merged 2 commits into from
Dec 23, 2016
Merged

The final api unification changes #176

merged 2 commits into from
Dec 23, 2016

Conversation

jbowes
Copy link
Member

@jbowes jbowes commented Dec 23, 2016

Move the remaining api calls that are registry specific from api to registry.

Ensure that any endpoints that return encrypted values and would not be useful from the cli frontend are shadowed in api, to prevent accidental use.

keypairs, machines, org_invites, users, and version all had calls that
were registry specific along with daemon specific calls.

Move the registry ones into the registry package.
Some registry endpoints return encrypted values that are of no use to
the cli frontend without first being decrypted by the daemon.

Shadow these fields so they can't accidentally be used from the cli
frontend.
@jbowes jbowes merged commit 57bf3a6 into master Dec 23, 2016
@jbowes jbowes deleted the api-split-apart branch December 23, 2016 21:34
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