Convience method to fetch a haystack value from the server.
If the returned value is a grid and has an error then the returned promise will be rejected with a GridError instance.
GridError
The resource to request.
Optional
Optional object containing any custom settings.
Optional fetch function to use instead of global fetch.
A promise that resolves to a value.
A fetch or grid error.
Convience method to fetch a haystack value from the server.
If the returned value is a grid and has an error then the returned promise will be rejected with a
GridError
instance.