```js import { API } from 'aws-amplify'; const response = await API.get('goapi', '/hello'); ```