UNPKG

@kth/api-call

Version:

Node.js module to make JSON calls against APIs.

5 lines (4 loc) 120 B
module.exports = async () => { // Shut down test api server await fetch('http://localhost:3210/api/test/goodbye') }