UNPKG

fakexrmeasy

Version:

This project aims to provide mocks already implemented for Web API calls made from Javascript. This is a work in progress and way less mature than [its C# counterpart](https://github.com/jordimontana82/fake-xrm-easy).

7 lines (6 loc) 143 B
export default class ODataParsedUrl { entitySetName: string; queryParams: any; id: string; wasSingleRetrieve: boolean; }