You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use php-hal-client to interface with an endpoint that supports the OData query language (https://msdn.microsoft.com/en-us/library/gg309461(v=crm.7).aspx). Is there any functionality in this client that lets me supply parameters to the URL without breaking the library? I.e.
$entryPoint = new EntryPoint('/people?$filter= ...... ', $this->client);
Hi there,
I'm trying to use php-hal-client to interface with an endpoint that supports the OData query language (https://msdn.microsoft.com/en-us/library/gg309461(v=crm.7).aspx). Is there any functionality in this client that lets me supply parameters to the URL without breaking the library? I.e.
or something?