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

Add save semantics #8

Open
sheax0r opened this issue Mar 18, 2014 · 0 comments
Open

Add save semantics #8

sheax0r opened this issue Mar 18, 2014 · 0 comments

Comments

@sheax0r
Copy link
Owner

sheax0r commented Mar 18, 2014

Currently we make few modifications to cloudpassage objects, but we should support doing so better in future.

We should add .save to base objects, so we can update their properties. This should replace stuff like "server.group=[group_id]".

Future usage should look like this:

server = api.servers.get('server_id')
server.group='group_id'
server.save
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

1 participant