import API from '@aws-amplify/api'; let apiName = 'MyApiName'; let path = '/path'; let options = { headers: {...} // OPTIONAL } API.get(apiName, path, options).
確定! 回上一頁