Show / Hide Table of Contents

Class BaseStore

A client store to keep API results

Inheritance
System.Object
BaseRestClient
BaseStore
BaseStore
Inherited Members
BaseStore.ApiControllerUri
BaseRestClient.ApiSession
BaseRestClient.Post(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Post<T>(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Patch(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Delete(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Delete<T>(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Put<T>(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Put(String, Object, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Get<T>(String, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.Get(String, IDictionary<String, String>, Ref<HttpResponseMessage>)
BaseRestClient.GetStream(String)
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 BaseStore : BaseStore

Constructors

| Improve this Doc View Source

BaseStore(ApiSession, String, IJsonSerializer)

BaseStore Constructor

Declaration
protected BaseStore(ApiSession apiSession, string apiControllerUri, IJsonSerializer jsonSerializer)
Parameters
Type Name Description
ApiSession apiSession

The API session instance used to communicate with Klarna APIs

System.String apiControllerUri

The API endpoint to call

IJsonSerializer jsonSerializer

The JSON Serializer instance to use when sending / receiving data

  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.