forked from SteveKueng/simpleMDMpy
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Release v3.0.7 #63
Merged
Release v3.0.7 #63
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix pagination in _get_data.
… with params, and adding specific input parameters.
…ing the url in _get_data to a local _params variable that is updated with the input params var.
- Return single items without wrapping in list - Fix calls that return a single item. - Resolves issue #26
- Adding download option to profile - Adding _get_xml connection
* Use request params instead of url string in SimpleMDM._get_data() * Fix Devices.delete_device() * Add methods for enabling/disabling remote desktop * Add /devices request rate limiting * Add profile and user listing * Add retry on 5xx errors to GET requests
- Added ignoring egg files - Updated changelog
- Cleaned up my bad merge on Devices.get_device() and adds some help docs - Closes the session on deinit that the Connection class now opens - Resolves issue #45 by preserving input parameters instead of overwriting them - Added setup.cfg and pyproject.toml files for packaging new releases - Added a few basic tests - Updates the changelog and gitignore files
Add script support
Fix handling of req_params for pagination
Adding some samples projects for issue #28
Add Sample Projects
Use monotonic time for rate limit and fix sleep time calc
Syncing up history with SteveKueng
rickheil
approved these changes
Dec 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
Changes
id_override
input parameter withstarting_after
andlimit
(#25) - TY @bryanheinzDevices.delete_device()
- TY @MagerValp_get_data
- TY @MagerValp_get_data
- TY @MagerValp_get_data
so that it properly preserves all input parameters (#45) - TY @bryanheinzIssues
include_awaiting_enrollment
#43