Skip to content

Conversation

@deltakhan
Copy link
Contributor

So many changes please take a look

deltakhan and others added 24 commits April 2, 2018 21:59
Add setup.py file for package info. Now able to install package with …
- modified groups.py to retrive UUID of an OG via groupid
…s that the endpoint is in MDM so that a stupid thing.

updated client.py and setup.py for some of the changes
removed jheader from create method in groups.py
added methods to groups.py to help with ldap configuration
- renamed a function to be more consistant
- reworked some string manipulation ot be consistant
- added 3 function for getting security infor sample info
- added function to retrevie jsut FIleVault Key
- Stagging flow for none AD
- Added Patch to MDM
- Added Patch to client
# Conflicts:
#	pyairwatch/client.py
#	pyairwatch/mdm/devices.py
- renamed some functions for read ability
- made small changes for conventions i created elsewhere
- removed jheader that wasn't used
tags.py
- following convention
@deltakhan deltakhan changed the title Structure changes and new functionality Structural changes and new functionality Sep 26, 2019
moved the error class out to it's own file
"""POST requests for the /System/Users module."""
response = self.client.post(module=module, path=path, version=version, params=params, data=data, json=json, header=header)
return response
def create_device_regestration_to_user(self, user_id, register_device_details):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in "regestration"

Suggested change
def create_device_regestration_to_user(self, user_id, register_device_details):
def create_device_registration_to_user(self, user_id, register_device_details):

def _post(self, module='system', path=None, version=None, params=None, data=None, json=None, header=None):
"""POST requests for the /System/Admins module."""
response = self.client.post(module=module, path=path, version=version, params=params, data=data, json=json, header=header)
def create_adim_v1(self, user_data):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in "adim"

Suggested change
def create_adim_v1(self, user_data):
def create_admin_v1(self, user_data):

Jacob Postema added 3 commits April 24, 2020 09:36
- Device Delete added
- removed some duplicate code
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.

2 participants