댓글 검색 목록

[Nodejs] flashheart - REST 클라이언트.

페이지 정보

작성자 운영자 작성일 19-03-07 11:35 조회 396 댓글 0

https://github.com/bbc/flashheart

사용이 편리하고 탄력적으로 사용하도록 설계된 완벽한 기능의 Node.js REST 클라이언트


Flashheart 


const flashheart = require('flashheart');

const client = flashheart.createClient({
  name: 'my_service',
  logger: console
});

const response = await client.get('http://echo.jsontest.com/key/value/');
console.log(response.body);
// {key: "value"}


댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.