derekfinlinson / xrm-webapi

Dynamics 365 Web Api TypeScript module
MIT License
27 stars 13 forks source link

Allow passing empty queries properly #7

Closed shytikov closed 7 years ago

shytikov commented 7 years ago

Currently retrieve and retrieveMultiple accept empty query strings:

queryString?: string

Though, trying to pass empty query string user would get error, something like: Resource not found for the segment 'accountsundefined'.