Skip to content

Commit 902534f

Browse files
committed
implement all features and tests from client_auth_test.dart
1 parent 20815e4 commit 902534f

File tree

8 files changed

+533
-160
lines changed

8 files changed

+533
-160
lines changed

servicestack/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
'TypeConverters',
5858
'JsonServiceClient',
5959
'WebServiceException',
60+
'WebServiceExceptionType',
6061
'to_json',
6162
'from_json',
6263
'qsvalue',
@@ -78,6 +79,7 @@
7879
]
7980

8081
from .dtos import *
81-
from .clients import TypeConverters, JsonServiceClient, WebServiceException, to_json, from_json, qsvalue, resolve_httpmethod
82+
from .clients import TypeConverters, JsonServiceClient, WebServiceException, WebServiceExceptionType, to_json, \
83+
from_json, qsvalue, resolve_httpmethod
8284
from .utils import *
8385
from .fields import *

servicestack/clients.py

Lines changed: 171 additions & 36 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)