NpmRequestGet RequestGet RequestSend a get request to a location of choiceCommonjsES6PropTypeDefaulturlstringnoneconst { RequestClient } = require('@cordxapp/request'); const { get } = new RequestClient(); const response = await get(url); return console.log(response.message);Last updated on PreviousGetting StartedNextPost Request