UNPKG

odata-batch

Version:

a simple lib for send and recieve calls odata batch

13 lines (10 loc) 271 B
import { BatchResponseConstructor } from "./response"; export interface ODataBatchRepository { send( url: string, batchRequest: string, config: any, accept: string, BatchParser: BatchResponseConstructor ): Promise<any> }