Kinfolk class

Constructors

Kinfolk()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addOne(int value) int
A Calculator. Returns value plus 1.
getToken(String login, String password) → dynamic
getting client (service with Access Token) in first time with login,password
initializeBaseVariables(String urlEndPoint, String identifier, String secret) → void
setting server url and security keys (identifier,secret)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

appJsonHeader → dynamic
no setter

Static Methods

createRestUrl(String serviceName, String methodName, Types type) String
create Rest Url
getClient() → dynamic
getting client from saved Access Token
getFileUrl(String fileDescriptorId) → dynamic
getting getFileUrl
getListModelRest({required String serviceOrEntityName, required String methodName, required Types type, String? body, CubaEntityFilter? filter, required dynamic fromMap(Map<String, dynamic> json)}) → dynamic
getting list
getSingleModelRest({required String serviceName, required String methodName, required Types type, String? body, required dynamic fromMap(Map<String, dynamic> json)}) → dynamic
getting model from REST
getSingleValueRest({required String serviceName, required String methodName, required Types type, String? body}) → dynamic
getting value from REST