Arguments:

To use get, import it: import { get } from 'tlp';
You can pass parameters directly to Fetch, such as { cache: 'force-cache', ... }. See the Request API.
All parameters in { params: { ... }} will be URI-encoded. Common cases are to pass limit and offset for paginated routes.

Please note that you must await response.json(); too !