Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update to onboardapis
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-zenk committed Sep 4, 2022
1 parent 5cd8b8c commit a04b735
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 1,820 deletions.
220 changes: 92 additions & 128 deletions iceportal_apis/__init__.py

Large diffs are not rendered by default.

624 changes: 0 additions & 624 deletions iceportal_apis/deprecated.py

This file was deleted.

4 changes: 3 additions & 1 deletion iceportal_apis/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
Exceptions for iceportal_apis
"""

from onboardapis.exceptions import OnboardException


################################################
class ApiException(Exception):
class ApiException(OnboardException):
def __init__(self, message):
"""
Base exception for this module
Expand Down
271 changes: 0 additions & 271 deletions iceportal_apis/interfaces.py

This file was deleted.

88 changes: 0 additions & 88 deletions iceportal_apis/mocking/__init__.py

This file was deleted.

Loading

0 comments on commit a04b735

Please sign in to comment.