SoLogClient class
- Inheritance
-
- Object
- SoClient
- SoFoundationClient
- SoLogClient
Constructors
- SoLogClient(SoSessionManager sessionManager)
Properties
- baseUrl ↔ String
-
getter/setter pairinherited
- clientId → String?
-
no setterinherited
- clientSecret → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String
-
getter/setter pairinherited
- path ↔ String
-
getter/setter pairinherited
- port ↔ int
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheme ↔ String
-
getter/setter pairinherited
- sessionManager ↔ SoSessionManager
-
getter/setter pairinherited
Methods
-
checkAndGetBody(
Response response) → Map< String, dynamic> ? -
inherited
-
delete(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
get(
String path, {Map< String, dynamic> ? parameters, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
getLog(
int? logId) → Future< LogDetailDto?> -
headers(
{String? contentType, bool? exemptClient, bool? requireAuthorization}) → Map< String, String> -
inherited
-
listLog(
DateTime? date, int? from, int? to, String? apiId, int? statusCd, bool? exception, PagingImpl? pagingImpl) → Future< LogListDto?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResponse(
Response response) → bool -
inherited
-
patch(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
post(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
put(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uri(
String path, {Map< String, dynamic> ? parameters}) → Uri -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited