fetch Sync
Makes a blocking synchronous http request to fetch the data.
On Android this will throw NetworkOnMainThreadException. In that case the call should be made on another thread.
Using this method will overwrite any async callback.
Return
the sector performance data returned by the API
Since
1.4.1
Throws
if the request fails or the response cannot be read