# faye-request **Repository Path**: mpj/faye-request ## Basic Information - **Project Name**: faye-request - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # faye-request Add request method to faye client. You can use it like below: ``` var FayeClient = require('faye-request'); var client = new FayeClient(serverUri); client.request(channel, message).then(function (reply) { reply.something; }); ```