Class BaseRestClient
A base class for HTTP clients used to communicate with the Klarna APIs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Klarna.Rest.Core.Commuication
Assembly: Klarna.Rest.Core.dll
Syntax
[Obsolete("Use Communication namespace instead of Commuication")]
public abstract class BaseRestClient : BaseRestClient
Constructors
| Improve this Doc View SourceBaseRestClient(ApiSession, IJsonSerializer)
Declaration
protected BaseRestClient(ApiSession apiSession, IJsonSerializer jsonSerializer)
Parameters
Type | Name | Description |
---|---|---|
ApiSession | apiSession | |
IJsonSerializer | jsonSerializer |