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

Enhancements #1

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

Icosa-Consulting
Copy link

Hello,

I'm submitting this pull request for the enhanced logging and error trapping I've implemented.
I've added logging to the HTTP requests in ROS namely [get,patch,delete,etc]_as() as well as some error trapping.
The requests library also had the handy method response.raise_for_status() to raise some HTTP errors automatically which I added during the logging phase.

I added a delete_as() method since the session.delete you were using wasn't getting the URL from the ROS class, self.url was just blank and was causing some exceptions and self.filename only had the API portion of the call.

The readme shows some of the basic logging that can be done outside of the internal logging.

Icosa.

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.

1 participant