F/sh/py Update and add new methods that have been created since the last merge#43
Merged
F/sh/py Update and add new methods that have been created since the last merge#43
Conversation
email notifications enabled, getting summary of email recipients on server, enabling and disabling email alert notifications on the server.
delete a scheduled task, cancel a running scheduled task, and run a scheduled task immediately at a specific task.
Get Method: This method retrieves the options for a given session. Put Method: This function sets options for a given session. Before calling it, you need to call getOptions to retrieve the list of valid options for that session. The type field in the response from getOptions tells you the exact option name to use when making this REST call.
blearandy
reviewed
Mar 19, 2026
| return system_service.put_email_notifications_enabled(self.base_url, self.tk, enabled) | ||
| return resp | ||
|
|
||
| def get_Email_Recipients(self): |
Collaborator
There was a problem hiding this comment.
Can we keep the capitalization consistent if we can....I'm sure we're all over the map in some places. But the put_email_notifications_enabled is all lower case....but get_Email_Recipients has upper case.
blearandy
added a commit
that referenced
this pull request
Mar 27, 2026
* F/sh/py Update and add new methods that have been created since the last merge (#43) * adding methods that were missing from the system service. email notifications enabled, getting summary of email recipients on server, enabling and disabling email alert notifications on the server. * Updated session service and schedule client delete a scheduled task, cancel a running scheduled task, and run a scheduled task immediately at a specific task. * Gets and Puts Session Options Get Method: This method retrieves the options for a given session. Put Method: This function sets options for a given session. Before calling it, you need to call getOptions to retrieve the list of valid options for that session. The type field in the response from getOptions tells you the exact option name to use when making this REST call. --------- Co-authored-by: SerenaHsu1 <Serena.Hsu1@ibm.com> * F/rb/readthedocsfixes (#44) * Update requirements.txt * trying python 3.14 and sphinx 9.1 * changing back to sphinx==5.0.0 * change envirnment.yaml file as well * Add GitHub Actions workflow for Python package publishing This workflow automates the process of uploading a Python package to PyPI when a release is created, including steps for building and publishing the package. * Add GitHub Actions workflow for linting and testing This workflow installs Python dependencies, runs linting with Ruff, and executes unit tests across multiple Python versions and operating systems. * testing lint workflow (#45) * testing link workflow * remove lint for now * F/db/addtestmethods (#46) * Made some syntax changes, updates to methods that were broken and moved some methods to their more correct places * Added test files with methods that test the important methods for all service files * added readme and requirments files for the new test files * added back force and soft but just had the client code default to false as well * updated requirements for pyCSM to allow for newer versions to be used ---------
This file contains hidden or 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
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.
No description provided.