ITabellaService<T>.List method
Gets a list of items (GET) from a remote fixed table.
public Task<Response<List<T>>> List(RequestSettings settings, bool refresh = false)
| parameter | description |
|---|---|
| settings | request settings |
| refresh | wether the local cache should be ignored or not |
See Also
- class Response<T>
- class RequestSettings
- interface ITabellaService<T>
- namespace Amica