delete i id entity
Signature: i:Identity -> id:string -> entity:'?7562 -> Async<unit>
Type parameters: '?7562
|
|
deleteEntityName i id name json
Signature: i:Identity -> id:string -> name:string -> json:string -> Async<unit>
|
|
downloadTableDesc i name
Signature: i:Identity -> name:string -> Async<JObject>
|
|
execRest i uri m rq
Signature: i:Identity -> uri:Uri -> m:HttpMethod -> rq:'q -> Async<'r>
Type parameters: 'r, 'q
|
|
executeSoql i soql
Signature: i:Identity -> soql:string -> Async<Result<SoqlResult<'t>,RemoteError list>>
Type parameters: 't
|
|
get i uri
Signature: i:Identity -> uri:Uri -> Async<HttpResponseMessage>
|
|
getObjectsDescUrls i
Signature: i:Identity -> Async<IDictionary<string,string>>
|
|
getObjectsList i
Signature: i:Identity -> Async<TableDesc []>
|
|
getTableFromUrl i name
Signature: i:Identity -> name:string -> Async<TableDesc>
|
|
insert i entity
Signature: i:Identity -> entity:'?7553 -> Async<Result<InsertResult,RemoteError list>>
Type parameters: '?7553
|
|
insertEntityName i name json
Signature: i:Identity -> name:string -> json:string -> Async<Result<InsertResult,RemoteError list>>
|
|
insertJsonEntity i entity
Signature: i:Identity -> entity:JsonEntity -> Result<InsertResult,RemoteError list>
|
|
insertJsonEntityWithExeptions i entity
Signature: i:Identity -> entity:JsonEntity -> string
|
|
parseTableDesc j
Signature: j:JObject -> TableDesc
|
|
parseType _arg1
Signature: _arg1:string -> Type
|
|
readResponse rs
Signature: rs:HttpResponseMessage -> Async<Result<'ts,'te>>
Type parameters: 'ts, 'te
|
|
readRestResponse
Signature: HttpResponseMessage -> Async<Result<'t,RemoteError list>>
Type parameters: 't
|
|
send uri contentType me f text
Signature: uri:Uri -> contentType:string -> me:HttpMethod -> f:(HttpRequestHeaders -> unit) option -> text:string -> Async<HttpResponseMessage>
|
|
sendRawForm uri text
Signature: uri:Uri -> text:string -> Async<HttpResponseMessage>
|
|
toBinary text
Signature: text:string -> byte []
|
|
toEncodedParams d
Signature: d:IDictionary<'?7501,'?7502> -> string
Type parameters: '?7501, '?7502
|
|
update i id entity
Signature: i:Identity -> id:string -> entity:'?7559 -> Async<Result<unit,RemoteError array>>
Type parameters: '?7559
|
|
updateEntityName i id name json
Signature: i:Identity -> id:string -> name:string -> json:string -> Async<Result<unit,RemoteError array>>
|
|
updateEntityNameWithExeptions (...)
Signature: i:Identity -> id:string -> name:string -> json:string -> string
|
|