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

Use connector name for all API calls instead of ID. #37

Closed
rafarui opened this issue Sep 20, 2018 · 1 comment
Closed

Use connector name for all API calls instead of ID. #37

rafarui opened this issue Sep 20, 2018 · 1 comment

Comments

@rafarui
Copy link
Collaborator

rafarui commented Sep 20, 2018

We should always use connector name, when let pycarol get the ID given the name since connector name is immutable between carol apps.

conn = Connectors(login).get_by_name(connector_name)
connector_id = conn['mdmId']
@rafarui
Copy link
Collaborator Author

rafarui commented Sep 25, 2018

Done!

@rafarui rafarui closed this as completed Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant