LinqToSalesforce


RestApi

Namespace: ProviderImplementation

Constructors

ConstructorDescription
new(cacheFolder, slidingExpiration)
Signature: (cacheFolder:string * slidingExpiration:TimeSpan) -> RestApi

CompiledName: .ctor

Instance members

Instance memberDescription
Authenticate(authparams)
Signature: authparams:ImpersonationParam -> Identity
CacheAndReturns(k f)
Signature: k:string -> (f:(unit -> Async<'t>)) -> 't
Type parameters: 't
GetTableFromUrl(oauth url)
Signature: oauth:Identity -> url:string -> TableDesc
GetTablesUrls(oauth)
Signature: oauth:Identity -> IDictionary<string,string>
LoadTableList(authparams f)
Signature: authparams:ImpersonationParam -> (f:(TableDesc -> unit)) -> unit
Fork me on GitHub